solid-docs icon indicating copy to clipboard operation
solid-docs copied to clipboard

Cumulative documentation for SolidJS and related packages.

Results 55 solid-docs issues
Sort by recently updated
recently updated
newest added

> Declarative programming refers to the practice of writing computer code that explains what your computer should do rather than how to accomplish it. Source: https://docs.solidjs.com/guides/foundations/thinking-solid My proposal is it...

issue: - https://github.com/solidjs/solid/issues/1810 (Don't forget to update this on Solid releases. Also pray that library authors stay up to date.)

At the [See Solid](https://www.solidjs.com/guides/getting-started#see-solid) section of the Getting Started guide, the YouTube video "Solid reactivity in 10 minutes" isn't available. I believe that this link should either be removed or...

I've recoreded a little video that shows the issue better than words: https://drive.google.com/file/d/1m0EFTjuE3_6CMyX-lPLFbulGgXalqE-q/view?usp=share_link

### Describe the bug The interactive tutorial in the Error boundary lesson does not show the fallback component. ### Your Example Website or App https://www.solidjs.com/tutorial/flow_error_boundary?solved ### Steps to Reproduce the...

The given code doesn't work on this page: https://www.solidjs.com/examples/cssanimations. If I remember correctly, there are 3 things wrong. 1. The page errors unless TransitionGroup is removed at the bottom 2....

this is my first pull request , i hope that i will membre of this big family .

The doc should mention that the paths for `routesDir` and other directory options are resolved relative to the `appRoot` directory; whereas `appRoot` is resolved relative to the current directory. I...

There's a pattern that I sometimes see in documentation, where an author will describe the motivating use case, and example usage, while forgetting to actually state what the function *does*....

The documentation for createRoot() is really sparse - just two sentences, one which describes the motivation, and the other which describes the functionality. That's not really enough. In particular, I...