bigmistqke
bigmistqke
SSolidJS
Created by hcker2000 on 12/6/2024 in #support
Error when trying to use provider method
awesome!!
71 replies
SSolidJS
Created by tombyrer on 1/8/2025 in #support
Difference between Soild/Signals & Preact/Signals?
from here
These results are from my fork of @milomg's excellent js-reactivity-benchmark, which aggregates signal benchmarks from several libraries together.
27 replies
SSolidJS
Created by tombyrer on 1/8/2025 in #support
Difference between Soild/Signals & Preact/Signals?
milo's the architect behind solid's new signal but not sure if solid's signal 2.0 will have the same performance as @reactively
27 replies
SSolidJS
Created by tombyrer on 1/8/2025 in #support
Difference between Soild/Signals & Preact/Signals?
27 replies
SSolidJS
Created by tombyrer on 1/8/2025 in #support
Difference between Soild/Signals & Preact/Signals?
27 replies
SSolidJS
Created by tombyrer on 1/8/2025 in #support
Difference between Soild/Signals & Preact/Signals?
lol is that a sloid snigal reference?
27 replies
SSolidJS
Created by Luka on 12/28/2024 in #support
How to make a map?
the ones from https://openicgc.github.io/ look pretty nice
23 replies
SSolidJS
Created by Luka on 12/28/2024 in #support
How to make a map?
23 replies
SSolidJS
Created by Luka on 12/28/2024 in #support
How to make a map?
ye mb if u need raster tilesets u might need to go that way ur right
23 replies
SSolidJS
Created by Luka on 12/28/2024 in #support
How to make a map?
this
23 replies
SSolidJS
Created by Luka on 12/28/2024 in #support
How to make a map?
but idk about sattelite footage tbh
23 replies
SSolidJS
Created by Luka on 12/28/2024 in #support
How to make a map?
no, maplibre is completely opensource
23 replies
SSolidJS
Created by Luka on 12/28/2024 in #support
How to make a map?
onMount(() => {
var map = new maplibregl.Map({
container: 'map',
style: 'https://demotiles.maplibre.org/style.json',
center: [0, 0],
zoom: 1
});
})
return <div id="map"></div>
onMount(() => {
var map = new maplibregl.Map({
container: 'map',
style: 'https://demotiles.maplibre.org/style.json',
center: [0, 0],
zoom: 1
});
})
return <div id="map"></div>
23 replies
SSolidJS
Created by Luka on 12/28/2024 in #support
How to make a map?
but no need for a wrapper
23 replies
SSolidJS
Created by Luka on 12/28/2024 in #support
How to make a map?
vanilla way
23 replies
SSolidJS
Created by Luka on 12/28/2024 in #support
How to make a map?
they have this geojson feature for adding vectors and the like on top of maps: https://maplibre.org/maplibre-gl-js/docs/examples/geojson-polygon/
23 replies
SSolidJS
Created by Luka on 12/28/2024 in #support
How to make a map?
what do you mean with 'normally'? like sattelite footage?
23 replies
SSolidJS
Created by Luka on 12/28/2024 in #support
How to make a map?
you can always add your own tile server later if you would want to
23 replies
SSolidJS
Created by Luka on 12/28/2024 in #support
How to make a map?
if u want to customize your tilesets you can deploy your own tile server at some point, but if you just want a map for your website i would personally go for something that works out of the box.
23 replies
SSolidJS
Created by Luka on 12/28/2024 in #support
How to make a map?
https://maplibre.org/maplibre-gl-js/docs/ u can get up and running really quick
23 replies