Add Eslint to a React Vite project

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    Next generation frontend tooling. It's fast!

  • Vite is an excellent build tool for React applications that offers near-instantaneous startup times and a plugin system, with a much nicer development experience than Create React App.

  • React

    The library for web and native user interfaces.

  • If you're coming Create React App, you may be used to having many eslint plugins included out-of-the-box, like eslint-plugin-react-hooks, which helps enforce rules of React Hooks, utlimately keeping you on the right path in the use of hooks. Since the new React Docs have been released with zero mention of Create React App Vite is becoming a more popular option to get started, but out of the box it lacks some of the tooling which CRA offered.

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

    Find and fix problems in your JavaScript code.

  • If you're coming Create React App, you may be used to having many eslint plugins included out-of-the-box, like eslint-plugin-react-hooks, which helps enforce rules of React Hooks, utlimately keeping you on the right path in the use of hooks. Since the new React Docs have been released with zero mention of Create React App Vite is becoming a more popular option to get started, but out of the box it lacks some of the tooling which CRA offered.

  • create-react-app

    Set up a modern web app by running one command.

  • If you're coming Create React App, you may be used to having many eslint plugins included out-of-the-box, like eslint-plugin-react-hooks, which helps enforce rules of React Hooks, utlimately keeping you on the right path in the use of hooks. Since the new React Docs have been released with zero mention of Create React App Vite is becoming a more popular option to get started, but out of the box it lacks some of the tooling which CRA offered.

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

  • React 18.3.0 Is Out

    2 projects | news.ycombinator.com | 25 Apr 2024
  • Everyone Has JavaScript, Right?

    1 project | news.ycombinator.com | 21 Apr 2024
  • New Features in React 19 – Updates with Code Examples

    2 projects | dev.to | 4 Apr 2024
  • Build a Full-Stack app using these React libraries and cloud backend.

    1 project | dev.to | 25 Mar 2024
  • New React hook called useActionState

    1 project | news.ycombinator.com | 7 Mar 2024