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

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • 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:

  • 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
  • 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

  • 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

  • One-shot migration from Create React App to Vite

    1 project | dev.to | 12 Jun 2024
  • Why and How to Migrate Your React App from CRA to Vite

    13 projects | dev.to | 10 Jun 2024
  • Rakkas full-stack React framework powered by Vite

    1 project | news.ycombinator.com | 26 May 2024
  • Converting couple thousands Js/Ts files that contains JSX content to jsx extension

    2 projects | dev.to | 25 May 2024
  • What not to do when learning React?

    1 project | dev.to | 12 May 2024