How to read SolidJS source code ?
If I want to understand SolidJS deeply, is it recommended to reading the current SolidJS source code or start from the beginning, such as solid v0.4.2?
4 Replies
no, there's no merit on reading the code by history. Just read the existing code
GitHub
solid/packages/solid/src/reactive/signal.ts at main · solidjs/solid
A declarative, efficient, and flexible JavaScript library for building user interfaces. - solidjs/solid
https://github.com/solidjs/solid/blob/main/packages/solid/bench/prototypes/queue.cjs
also a good start
transform: https://github.com/ryansolid/dom-expressions/tree/main/packages/babel-plugin-jsx-dom-expressions
renderer: https://github.com/ryansolid/dom-expressions/tree/main/packages/dom-expressions