Why ?
As all developers do, I’m learning and forgetting every day. I spend most of my time learning and have come to the realization that learning without taking notes is just a waste of time. Eventually, I started using Notion and have been writing my notes there for the past couple of years.
These are notes for my future self, who forgets concepts and needs a refresher occasionally. I’ll be including tools I like, issues I faced, and almost everything tech-related that I come across.
Start here
Index for react resources
React is a powerful JavaScript library not a framework.This page serves as an index for all React-related posts on this blog and provides links to another react resources. Index[React UI](/r ...
How to escape from react ?
escape hatches that let you “step outside” React and connect to external systems. like implementing ...
State management
Reacting to input with stateWith React, you won’t modify the UI from code directly. Descri ...
Useful Tools, plugins and frameworks for React
Useful Tools for React Development Here are some essential tools for React developers (its i ...
React starters
Setting Up Your Development Environment To get started with React, you can use various tools and ...