React Grimoire
Ctrlk
  • ⁉️Introduction
  • 🧑‍🎓🧑🎓 React Fundamentals
    • The Basic javascript "Hello world"
    • Basic view on React core API's
    • JSX
    • React Props and styling
    • Components
    • Handling Events With React
    • Form
    • Array and Lists
    • Class Component State
    • Class Component Life Cycle
    • PropTypes
  • 🪝React Hooks
    • Intro to hooks
    • useState
    • useEffect
    • useRef
    • useContext
    • useMemo
    • useCallback
    • useReducer
    • useLayoutEffect
    • useImperativeHandle
    • Hook flow
    • Custom hooks
    • React 18 hooks
  • 📓React Guidelines
    • React Components Composition Guidelines
    • React hooks guidelines
    • The use of Memoization
    • Lifting State Up
  • 🔭Concepts
    • Advanced Patterns
    • React Under the hood
      • 🏁What is "Rendering"?
      • 🏁React Lifecycle
      • 🏁Reconciliation & Virtual DOM in React
      • 🏁Fiber
    • ⏰Concepts to always have in mind
  • 🧩React ecosystem
    • Forms Tools
    • TypeScript
    • 🏁Build tool choice for MVP projects
    • A CSS methodology comparison
  • ⁉️Testing
    • In Progress
  • 🎭Performance
    • in Progress
  • 🚀Deployment
    • In Progress
  • 🖼️Design system
    • 🏁What's a design system anyway ?​?
  • 🔗Us-full links
Powered by GitBook
On this page

Was this helpful?

Edit
  1. 🔭Concepts

React Under the hood

This is a list of various articles on react source code and architecture

References and articles :

LogoReact as a UI Runtime — overreactedoverreacted.io
LogoBuild your own Reactpomb.us
LogoUnder the hood of React’s hooks systemMedium
https://blog.fearcat.in/a?ID=00001-0dfe01e5-7345-4f8f-91d2-028d2ebf3215blog.fearcat.in
LogoDeep dive: How do React hooks really work? | NetlifyNetlify
How React Hooks Work - in depth + React Render Cycle Explainedhow-react-hooks-work
LogoUnder-the-hood of React HooksMedium
PreviousState ReducerNextWhat is "Rendering"?

Last updated 3 years ago

Was this helpful?