What is not taught in React courses, but is commonly used in a real job and overlooked?

This page summarizes the projects mentioned and recommended in the original post on /r/reactjs

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • devtools

    Replay.io DevTools (by replayio)

  • I also recently did a Learn with Jason show episode based on this, where we went through many of the same topics, and also looked at the Replay.io time-traveling debugger that I build as my day job:

  • vitest

    Next generation testing framework powered by Vite.

  • It's really not though? Vitest team are working on performance improvements but there's still many circumstances where vitest is very significantly slower than jest, check out the discussion on this: https://github.com/vitest-dev/vitest/issues/579

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • bulletproof-react

    🛡️ ⚛️ A simple, scalable, and powerful architecture for building production ready React applications.

  • An example from https://github.com/alan2207/bulletproof-react

  • developer-roadmap

    Interactive roadmaps, guides and other educational content to help developers grow in their careers.

  • pivot

    A front-end state management framework for highly decoupled and long-lived code. (by andyjessop)

  • The main benefit for me is testing. For example here I'm integration testing the app inside Vitest, so integration tests take just a few milliseconds and can be debugged much more easily in the IDE.

  • msw

    Seamless REST/GraphQL API mocking library for browser and Node.js.

  • you are referring to this? https://mswjs.io/

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts