Krzysztof Kalamarski

Krzysztof Kalamarski

Follow
homeChess EngineFunctional programmingReactVirtual DOMNeovimnewsletter
Series

React


Articles in this series

Introduction to Typescript for React developers

Feb 17, 20226 min read

Learn how to start working with typescript · During the last few years, Typescript has been taking the market by storm. More and more frontend developers...

Introduction to Typescript for React developers

Custom React Hooks: useIntersectionObserver()

Sep 16, 20212 min read

Intersection Observer API lets programmers check if a DOM element is currently visible (i.e. intersecting) on the screen. It can be used to: display...

Custom React Hooks: useIntersectionObserver()