jer3m01
Jetbrains IntelliSense doesn't work
Also I recommend checking out https://docs.solidjs.com/reference/basic-reactivity/create-resource for doing your api request
5 replies
How do you recommend using SolidStart to access data for native mobile apps?
If you want to make both a website and an API for native then yes. Otherwise I wouldn't recommend, you won't end up using any of the features SolidStart provides and it will be weaker then API focused alternatives.
10 replies
What is the logic for the generatino of hyd. keys eg 0-0-0-0-0-0-0-0-1-0-0-0-0-0-0-1-0-0-0-0-0-0-0-2
Longer explanation of the new system here (but we ended up using letters instead of special characters for css compatibility) https://discord.com/channels/722131463138705510/817960620736380928/1220769886242996354
3 replies
What is the logic for the generatino of hyd. keys eg 0-0-0-0-0-0-0-0-1-0-0-0-0-0-0-1-0-0-0-0-0-0-0-2
This is the old system used for ids, each number is the position of the node in the tree, separated by
-
.
If you update solid to latest the new ids look like 001a1020b104
, same meaning (every number is the position in the tree) but this time there's no separator and multidigit numbers start by a letter for their lenght (a = 2 digits, b = 3, ...)3 replies
Cookies banner
Small question: are you planning on using 3rd party analytics or tracking?
you can use corvu's drawer https://corvu.dev/docs/primitives/drawer/, kobalte's dialog https://kobalte.dev/docs/core/components/dialog or i would recommend a simple fixed div at the bottom of the screen
6 replies