Tag

react

  1. Adding markuplint to a React project

    How to add markuplint to a React project for HTML syntax checking

    • Frontend
    • React
  2. A practice problem for learning React performance improvement

    I had a chance to improve React performance at work, so I made a practice problem based on that experience.

    • Frontend
    • React
    • Performance
  3. Writing unit tests by thinking about component inputs and outputs

    When writing frontend component unit tests for the first time, it can be hard to know "what to test." This article explains how thinking about component inputs and outputs helps you understand what to test.

    • React
    • Frontend
    • Testing
  4. Using the Storage object in Next.js

    How to use the browser's Storage object in Next.js.

    • Frontend
    • React
    • Next.js