mui-x
mui-x copied to clipboard
[RFC] Support for Solid
What's the problem? 🤔
No support for SolidJS.
What are the requirements? ❓
- Add full support for SolidJS.
What are our options? 💡
No response
Proposed solution 🟢
SolidJS uses a system called fine-grained reactivity to write updates directly onto a webpage. In contrast, React updates a virtual DOM with its page changes. That virtual DOM and the current page's DOM are compared, and only the differences are written. React's approach is slower than the SolidJS approach.
Syntax is very similar to react and uses also JSX/TSX.