Hacker News new | ask | show | jobs
by axelf4 1882 days ago
I consider part of the blame to lie with React. The React source code structure is pretty obtuse. Compare that to the Inferno.js source code which is easy to understand and navigate for anyone familiar with how a VDOM library should work.
1 comments

this, I understood how react is supposed to be used by reading the preact codebase