Все публикации

NextJs13 caching mechanism

How caching works in NextJs 13

Custom hooks in React. The why, the when and the how of custom hooks.

Components composition React. The why, the when and the how.

How Server Actions work under the hood in Next Js and React?

When and what for to use the useCallback hook in React?

Is my english good enough to make videos?

why useReducer is a better hook than useState to manage complex state in React?

Why stale closures happens in React and how to avoid them

The inners and outs of how setState works in React.

How not to use the useEffect React hook

useState hook inners. is setState asynchronous or not?

How React works under the hood? 20 k foot view!

React advanced concepts

How to use a UI library such as MUI or Chakra Ui in Next Js 13?

Why props drilling is no longer an issue in Next Js 13?

Next Js 13 caching. The fetch function deduplication

Global State management in NextJs 13

Next Js 13 routing course

Parallel Routing Next Js 13.

React Context Explained

Composition

How derive state works in a React component

Do not abuse useEffect and useState in React!