Posts tagged with: javascript
Back to all postsReact Query Retry explained
This simple option will make your app more resilient to network failures and give you more control over your fetching logic.
React goes fullstack
React is a fullstack application now? Yes, no, maybe? Let's find out and let's see how React Server Components play a role in this.
Next.js Layouts Explained
Streamlining Next.js Development with Layouts Achieving Consistency, Reusability, and Improved Performance
5 Lesser-Known React Principles That You Should Follow
Supercharging Your React Development Skills: Revealing 5 Lesser-Known Principles for Enhanced Expertise and Efficiency in Building Remarkable Applications
Designing React Components that are Testable and Maintainable
Make your React components testable and maintainable by following these best practices and design patterns.
React Query / Tan Stack Query Explained
Streamline Your Data Management with React Query. A fantastic library for handling data fetching and caching in your React application.
NEXT.JS is evolving
Next13 is here and in this blog post here we'll explore my favorite new features, I've left the best for last.
React Just Got Even More Awesome
Introducing the use Hook: A Native Way to Handle Async in React Applications, Making Data Fetching Easier and More Declarative
5 Essential Tips for Custom React Hooks
Up your custom hooks game with these 5 tips to help you write better custom hooks and make your codebase more maintainable and scalable.
How granular should components be?
Avoiding the Two Extremes of Component Design: Finding the Right Balance for Your Application's Codebase
How and when to use React Context
React context can be a very powerful tool, but when and why should you use it? Let's find out in this article.
7 Steps to become a better react developer
These are just some of the things I've learned over the years that have helped me become a better react developer. Maybe they can help you too.