Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)