Software Alternatives & Reviews

My 5 favourite updates from the new React documentation

Vercel react-context
  1. 1
    Vercel is the platform for frontend developers, providing the speed and reliability innovators need to create at the moment of inspiration.
    Finally, I’m so thankful to see the updated docs recommend common production-grade frameworks including Next.js, Remix, Gatsby, and Expo as the best way to build for React.

    #Developer Tools #Web Development Tools #App Deployment 526 social mentions

  2. Context provides a way to pass data through the component tree without having to pass props down manually at every level.
    Previously, in the legacy docs, the Context API was just one of the topics within the Advanced guides. Unless you went digging, you wouldn't have been introduced to it as one of the core ways to handle deep passing of data. I really like that, in the new docs, Context is recommended as a way to manage state as its one of the best ways to avoid prop drilling.

    #Javascript UI Libraries #Front-End Frameworks #JS Library 207 social mentions

Discuss: My 5 favourite updates from the new React documentation

Log in or Post with