solid-docs
solid-docs copied to clipboard
Cumulative documentation for SolidJS and related packages.
https://www.solidjs.com/docs/latest/api#createroot
https://www.solidjs.com/examples/counter **Suggested Change:** ``` Counter A simple standard counter example ``` **To Just:** ``` Counter A simple counter ``` **Reasoning:** - Keep it clean and simple . Additionally "counter example"...
(WIP) Tutorial's translation for Portuguese lang. ## 1. Introduction - [x] a. Basics - [ ] b. JSX - [ ] c. Components - [ ] d. Signals - [...
### Describe the bug I was running through the tutorial when I hit the bindings/refs segment: https://www.solidjs.com/tutorial/bindings_refs?solved Nothing happened. I can see the `onMount` and `loop` functions being called (logs...
## Describe the bug The popup on the Portal tutorial page has a very lightly colored background and uses white text when dark mode is enabled. ## Your Example Website...
These are just the lowest hanging fruits. All in all I feel this translation is very lacking and probably isn't really helpful to anyone. For the most part it reads...
At the moment the `Special JSX Attributes` section in `api.md` does not fully explain how one can extend the JSX syntax to support the special attributes. I propose to improve...
This could apply to other pages but here are the repro steps: 1. https://www.solidjs.com/tutorial/stores_context 2. Click on nested.tsx 3. Click on solve 4. nested.tsx and main.tsx will display the same...
**Describe the bug** The order of `class` and `classList` props matters. **To Reproduce** Create a component with both `class` and `classList`, with `classList` specified first: ``` ... ``` Observe that...
@aguilera51284 offered to help with Spanish translations. Creating this issue instead of keeping a PR (#48) on draft, in order to assign pages to others who may want to help....