If one wanted to study the source code to React, where would be a good entry point in the code base?
Conversation
Notices
-
Embed this notice
paul (paul@post.lurk.org)'s status on Sunday, 17-Nov-2024 05:15:38 JST paul - alcinnz repeated this.
-
Embed this notice
wizzwizz4 (wizzwizz4@fosstodon.org)'s status on Sunday, 17-Nov-2024 05:36:47 JST wizzwizz4 @paul Frame challenge: you say you are learning web development, but React is, like, the antithesis of web development. (It has some good ideas, so it can be worth learning about the framework, but actually using it is another matter entirely.) I doubt you'll learn best practices from this codebase.
As for an entry point… I don't know about "good", but __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED is a funny entry-point.