What are good ways to speed up the small little things when developing? Like typing this `${}` or the function definition of a react component? How can I use shortcuts in VS code, or are there any other tools? Pls also tell if you solved other small problems for yourself.

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. vscode-react-javascript-snippets

    Extension for React/Javascript snippets with search supporting ES7+ and babel features

    I think the VScode extension ES7+ React/Redux/React-Native snippets by dsznajder does quite a lot of heavy lifting and makes life eazier. See the list of snippets https://github.com/chillios-ts/vscode-react-javascript-snippets/blob/HEAD/docs/Snippets.md

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. eslint-plugin-import

    ESLint plugin with rules that help validate proper imports.

    I use an ESLint plugin, with the rule import/order.

  4. awesome-eslint

    A list of awesome ESLint plugins, configs, etc.

    There's a big world of Awesome ESLint plugins.

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

  • Just use this Next.js Eslint Configuration

    8 projects | dev.to | 12 Jan 2025
  • Validate and auto-generate TypeScript types from raw PostgreSQL with ESLint

    1 project | news.ycombinator.com | 21 Nov 2024
  • Resolving Circular Dependency Issues in ES5 Projects

    1 project | dev.to | 3 Sep 2024
  • 30-seconds-of-code: Short code snippets for all your development needs

    1 project | news.ycombinator.com | 25 Dec 2023
  • How to Do a TypeScript Conversion: an opinionated take on gradual conversions

    2 projects | news.ycombinator.com | 4 Nov 2023