Yevhen Klymentiev
dark
light
console
darkness
y.klymentiev@gmail.com
Developer Resources|Curated tools, articles, and links that I find useful and worth sharing
Sort By:
Latest
Additions
Clear filters
Mar 13

How to Dockerize a React App: A Step-by-Step Guide for Developers  

Step-by-step tutorial including setting up Dockerfile, building an application and launching the container + troubleshooting common problems

Apr 25

What Does 'use client' Do?  

Dan Abramov talks about the use of 'use client' in new React architectures where server and client components are combined with each other

Apr 12

Advanced React in the Wild  

A collection of case studies from engineering teams using React and Next.js in large projects over the last couple of years

Apr 8

React Reconciliation: The Hidden Engine Behind Your Components  

How React updates the DOM using the reconciliation algorithm and saves or resets the state depending on the type and position of elements in the component tree

Mar 27

Adaptive Video Streaming With Dash.js In React  

What are the limitations of the <video> tag when working with slow connections and how can they be circumvented using adaptive bitrate streaming

Mar 17

SSR Deep Dive for React Developers  

how Server-Side Rendering (SSR), pre-rendering, hydration, and Static Site Generation (SSG) work in React

React-scan  

A tool to automatically detect performance issues in your React application

Understanding React Server Components  

How RSC differs from classic CSR and SSR, what advantages they have and how to integrate server-side components into your React application

May 4, 2020

Common mistakes with React Testing Library  

Kent C. Dodds describes common mistakes when using RTL and offers tips on how to avoid them

Resources | Yevhen Klymentiev