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
      • useDebugValue
    • React 18 hooks
  • ๐Ÿ““React Guidelines
    • React Components Composition Guidelines
    • React hooks guidelines
    • The use of Memoization
    • Lifting State Up
  • ๐Ÿ”ญConcepts
    • Advanced Patterns
      • Compound Components Pattern
      • Control Props Pattern
      • Props Getters Pattern
      • Custom hook pattern
      • Context Module
      • State Reducer
    • 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
      • React Hook Form VS Formik
    • TypeScript
      • ๐ŸConditional React props with TypeScript
    • ๐ŸBuild tool choice for MVP projects
    • A CSS methodology comparison
      • ๐ŸPost CSS processor :Sass
      • ๐ŸCSS in js :Styled-components
      • ๐ŸUtility Classes: Tailwind
  • โ‰๏ธTesting
    • In Progress
  • ๐ŸŽญPerformance
    • in Progress
  • ๐Ÿš€Deployment
    • In Progress
  • ๐Ÿ–ผ๏ธDesign system
    • ๐ŸWhat's a design system anyway ?โ€‹?
  • ๐Ÿ”—Us-full links
    • Typescript and React basic tutorial
    • React-philosophies
    • React new doc
Powered by GitBook
On this page

Was this helpful?

Edit
  1. ๐ŸŽญPerformance

in Progress

LogoAnalyze runtime performance - Chrome DevelopersChrome Developers
Logo20 Best Practices for Improving JavaScript Performance - KeyCDNKeyCDN
PreviousIn ProgressNextIn Progress

Last updated 3 years ago

Was this helpful?