Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teknologi-umum/solidjs-for-x-developer
A brief guide for Vue, Svelte and React developers to Solid javascript framework
https://github.com/teknologi-umum/solidjs-for-x-developer
javascript-framework react solidjs svelte vue
Last synced: 6 days ago
JSON representation
A brief guide for Vue, Svelte and React developers to Solid javascript framework
- Host: GitHub
- URL: https://github.com/teknologi-umum/solidjs-for-x-developer
- Owner: teknologi-umum
- License: mit
- Created: 2021-08-03T06:48:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-05T10:28:03.000Z (about 3 years ago)
- Last Synced: 2024-08-02T07:13:22.512Z (3 months ago)
- Topics: javascript-framework, react, solidjs, svelte, vue
- Homepage:
- Size: 16.6 KB
- Stars: 21
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-solid-js - Solid.js for X developer
README
# Solid for X developer
Solid is a purely reactive library. It was designed from the ground up with a reactive core. It's influenced by reactive principles developed by previous libraries. Solid follows the same philosophy as React with unidirectional data flow, read/write segregation, and immutable interfaces. It just has a completely different implementation that forgoes using a Virtual DOM.
This is just a brief introduction if you are from other Javascript framework. If you want to learn Solid from scratch, I recommend by doing the [Tutorial](https://www.solidjs.com/tutorial/) from the official Solid website.
### [React](./React.md)
### [Vue](./Vue.md)
### [Svelte](./Svelte.md)## Other resources & community
### Resources
* [Official Website](https://www.solidjs.com)
* [Github Repository](https://github.com/solidjs/solid)
* [Awesome Solid.js](https://github.com/one-aalam/awesome-solid-js)### Community
* [Solid Discord (Official)](https://discord.com/invite/solidjs)
* [Solid Reddit (Official)](https://www.reddit.com/r/solidjs/)
* [Solid Twitter (Official)](https://twitter.com/solid_js)
* [Indonesian Telegram Group](https://t.me/solidjsindonesia)## Contribution
If you want to add more guides or frameworks, feel free to submit a PR!
## License
[MIT](./LICENSE)