https://github.com/cuixiaorui/learn-solidjs
learn solidjs
https://github.com/cuixiaorui/learn-solidjs
Last synced: about 2 months ago
JSON representation
learn solidjs
- Host: GitHub
- URL: https://github.com/cuixiaorui/learn-solidjs
- Owner: cuixiaorui
- Created: 2022-06-20T12:18:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T03:15:34.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T05:13:10.441Z (2 months ago)
- Language: TypeScript
- Size: 38.1 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learn-solidjs
learn solidjs## directory
1. [hello world](https://github.com/cuixiaorui/learn-solidjs/tree/main/helloWorld)
2. [effect](https://github.com/cuixiaorui/learn-solidjs/tree/main/effect)
- learn solidjs reactivity
- understand `createEffect` and `createSignal`