Journey Update: TanStack Router
Learned TanStack Router today! Perfect for file-based routing, nested routes, data fetching, and type-safe routing.
Use it over React Router when your app gets complex or you want cleaner data handling.
Next up: exploring state management with Redux and Zustand—excited to see how it improves app
#CodeVlogs #React
@futurefullstack
Learned TanStack Router today! Perfect for file-based routing, nested routes, data fetching, and type-safe routing.
Use it over React Router when your app gets complex or you want cleaner data handling.
Next up: exploring state management with Redux and Zustand—excited to see how it improves app
#CodeVlogs #React
@futurefullstack
🔥5
Today I learned Zustand, a simple state management library for React. I liked how minimal it is—creating and sharing global state across components is very clean and requires little boilerplate compared to Redux.
Small step, but a useful one for building scalable React apps.
Tomorrow: learning Redux 🔥
#React
@futurefullstack
Small step, but a useful one for building scalable React apps.
Tomorrow: learning Redux 🔥
#React
@futurefullstack
👍4
Learning tech is not a race.
Some people will learn faster than you.
Some will get jobs before you.
Some will understand things quicker.
But the only thing that matters is that you don’t stop.
Stay consistent.
Keep building.
Your time will come. 💻🚀
@futurefullstack
Some people will learn faster than you.
Some will get jobs before you.
Some will understand things quicker.
But the only thing that matters is that you don’t stop.
Stay consistent.
Keep building.
Your time will come. 💻🚀
@futurefullstack
👍6
Forwarded from Zaya
Most JS/TS projects are secretly bloated with dead code, unused deps & forgotten files. I ran
https://knip.dev
#WorthSharing
@zaya_journal
npx knip in a medium sized repo → found 18 unused deps, 7 dead files & 42 unused exports. Deleted junk in minutes. Knip is free, fast & scary accurate. Try: npx knip... Your codebase will thank you. https://knip.dev
#WorthSharing
@zaya_journal
Knip
Declutter your JavaScript & TypeScript projects
Project linter to find unused dependencies, exports and files
👍3