Tagged

#react

10 posts

  1. 5 Intermediate React Mistakes

    Mistakes that block the jump from intermediate to senior

    #react#js
  2. How to stop using so many optional properties in your React TypeScript props

    Using TypeScript unions to define relationships between props

    #typescript#react#tutorial
  3. Death to Default Exports!

    Why you should go right now and delete every "default" from your codebase

    #javascript#typescript#exports#react#opinion
  4. When to use each JavaScript iteration method

    And a practical guide to the reduce() function

    #javascript#typescript#react
  5. How to make your app faster with React's key prop

    A puppy dies every time you set key={index}

    #react#tutorial
  6. Strongly typing a React "component" prop

    Allowing customization of the root node of a React component & maintaining correct prop typing

    #react#typescript
  7. Better Next.js SSR with React Query

    How to use React Query to server side render in Next.js without code duplication

    #react#react-query#ssr#tutorial