Implementing Protected Routes and Authentication in React (2026 Edition)
This is an updated rewrite of my 2021 article on protected routes . A lot has changed in the React ecosystem since then. React Router moved from v5 to…
Latest AI & ML news from Tech News
This is an updated rewrite of my 2021 article on protected routes . A lot has changed in the React ecosystem since then. React Router moved from v5 to…
Статья о том, почему не надо учить Redux и прочие внешние сторы За два года я ни разу не написал ни одного редьюсера Везде антипаттерны, да ?
This is not an article for juniors excited about the latest React ecosystem drop. This is for the senior who's inheriting a codebase, the CTO deciding…
What Is Redux Thunk? Redux Thunk is a middleware for Redux that allows you to write action creators that return a function instead of a plain action o…
I’ve been learning React recently,and I build something that pushed me to learn a lot - an enterprise-style dashboard . It had the stuff dashboards us…