solidjs-for-x-developer
solidjs-for-x-developer copied to clipboard
A brief guide for Vue, Svelte and React developers to Solid javascript framework
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 from the official Solid website.
React
Vue
Svelte
Other resources & community
Resources
Community
Contribution
If you want to add more guides or frameworks, feel free to submit a PR!
License
MIT