search icon

React - state management without libraries (with hooks)

5min coffee icon5min coffee icon5min coffee icon5min coffee icon16 min read

How to manage state without any external libraries in React? Structure and implementation of state manager for small and middle size apps with hooks.

Read

A modern guide to Events in JavaScript

15min coffee icon22 min read

How Events are propagating through DOM elements? Is there a way to use it to our advantage?

Read

React performance tricks

5min coffee icon5min coffee icon5min coffee icon5min coffee icon20 min read

How React is able to execute so fast and still remain flexible for a developer?

Read

Can JSON.parse() be performance improvement?

5min coffee icon5min coffee icon5min coffee icon15 min read

JSON.parse is a slow way to create copy of object. But can it actually improve performance of our code?

Read