mui-x icon indicating copy to clipboard operation
mui-x copied to clipboard

[RFC] Support for Solid

Open deeprobin opened this issue 2 years ago • 0 comments

What's the problem? 🤔

No support for SolidJS.

What are the requirements? ❓

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.

source: https://www.toptal.com/react/solidjs-vs-react

Syntax is very similar to react and uses also JSX/TSX.

Resources and benchmarks 🔗

Framework Benchmarks - react vs solidjs

deeprobin avatar Feb 25 '23 14:02 deeprobin