Skip to content
react-japan.dev
日本語

Articles

  • 6 min read

    The ESLint config I stopped copy-pasting between projects

    Every new React project meant copying eslint.config and package.json devDependencies from the last one, then reconciling whatever had drifted. The config was good. Keeping every copy in sync was not.

  • 8 min read

    Level up your workflow with ESLint fix on save

    Prettier, ESLint, and Stylelint are amazing tools that improve speed and efficiency, code quality, and reduce bugs, so you can focus on what really matters.

  • 8 min read

    Empathetic Coding - Button Component

    In this article, we’ll be creating a Button component from the ground up using an empathetic approach.

  • 2 min read

    Empathetic Coding

    Soft skills can also be applied to the “hard skills” of programming by following a philosophy called "empathetic coding".