All the React tutorials โคต๏ธ
-
Authentication in Next.js Without Overcomplicating It
Auth in Next.js doesn't need a third-party service or 500 lines of config. Here's a practical setup with JWTs and middleware that just works.
-
Writing Custom React Hooks That Actually Make Sense
Custom hooks are powerful but most developers either avoid them or overuse them. Here's when to write one, when not to, and some real examples I actually use.
-
How I Structure Next.js Projects Without Losing My Mind
After building too many Next.js apps with messy folder structures, here's the layout I settled on that actually scales.
-
React Performance Traps Every Developer Should Know
Slow React apps frustrate users. Here are the most common performance traps in React and how to avoid them with simple best practices.
-
Advanced Techniques with React and TypeScript
Dive deeper into React and TypeScript by learning advanced component patterns and state management techniques. Perfect for developers who want to enhance their skills.
-
Building Your First React Component with TypeScript
Step into the world of typed React components with this beginner-friendly guide. Learn to build your first React component using TypeScript, enhancing code reliability and development efficiency.
-
A simple React app: fetch GitHub users information via API
Learn to create a simple React app that fetches GitHub user data via the API.