Iva Kop I am a self-taught software developer passionate about frontend development and architecture.

Stories by Iva Kop

An Introduction To React State Management

A guide to choosing the right React state management solution

Dev

React state management comes with challenges developers should be prepared to overcome. Learn the best approach, tool, and pattern to do so.

Iva Kop
Sep 9, 2022 ⋅ 13 min read
Tool Logos Over Code Background

How to detect dead code in a frontend project

Dev

Explore different approaches to detect dead code in your frontend project that can be used interchangeably and in combination.

Iva Kop
Apr 26, 2022 ⋅ 5 min read
React Logo Over a Wavy Gray Background

UI best practices for loading, error, and empty states in React

Dev

Here, we cover the best practices to use in client-side rendered React apps when handling loading, error, and empty state.

Iva Kop
Jan 13, 2022 ⋅ 7 min read
React Logo

Build a robust React app with Husky pre-commit hooks and GitHub Actions

Dev

Building robust React projects may seem complex at first, but this guide will explain how you can do so with Husky hooks and GitHub Actions.

Iva Kop
Sep 23, 2021 ⋅ 5 min read
Choosing when to build a custom React component library

Choosing when to build a custom React component library

Dev

Building a React component library impacts your entire project. Learn the benefits, trade-offs, and approaches to customizing one.

Iva Kop
Jul 16, 2021 ⋅ 6 min read
GraphQL Logo

Simplify GraphQL requests with React Query, GraphQL Code Generator, and TypeScript

Dev

Take advantage of GraphQL on the frontend by automating the creation of TypeScript types and the generation of custom React Query hooks using GraphQL Code Generator.

Iva Kop
Apr 19, 2021 ⋅ 3 min read