Software Alternatives, Accelerators & Startups

What does "senior" mean as a React developer?

stylelint Prettier ESLint
  1. stylelint is a modern CSS linter
    Pricing:
    • Open Source
    This is what I use in my projects: Prettier to format the code. Eslint (for react) and Stylelint (for styles). You can additionally use husky to run the above linters and formaters before committing the code, you can also run some tests automatically before every commit, although depending on the number of tests, this can take some time and can be a bit annoying. In GitHub/GitLab, we also have a set of actions on our pipeline to run all of these linters and tests every time we create a merge request or deploy some new code (CI/CD).

    #Developer Tools #Code Analysis #Code Coverage 25 social mentions

  2. An opinionated code formatter
    Pricing:
    • Open Source
    This is what I use in my projects: Prettier to format the code. Eslint (for react) and Stylelint (for styles). You can additionally use husky to run the above linters and formaters before committing the code, you can also run some tests automatically before every commit, although depending on the number of tests, this can take some time and can be a bit annoying. In GitHub/GitLab, we also have a set of actions on our pipeline to run all of these linters and tests every time we create a merge request or deploy some new code (CI/CD).

    #Developer Tools #Code Coverage #JavaScript Framework 258 social mentions

  3. 3
    The fully pluggable JavaScript code quality tool
    Pricing:
    • Open Source
    This is what I use in my projects: Prettier to format the code. Eslint (for react) and Stylelint (for styles). You can additionally use husky to run the above linters and formaters before committing the code, you can also run some tests automatically before every commit, although depending on the number of tests, this can take some time and can be a bit annoying. In GitHub/GitLab, we also have a set of actions on our pipeline to run all of these linters and tests every time we create a merge request or deploy some new code (CI/CD).

    #Code Coverage #Code Quality #Developer Tools 230 social mentions

Discuss: What does "senior" mean as a React developer?

Log in or Post with