Svelte You Should Try Svelte 5 If someone asked if I recommend Svelte in the past, I would probably say no. That might be changing with Svelte’s newest version, Svelte 5.
React / Redux TanStack Query (Formerly React Query): The Basics Let's walk through the fundamentals of TanStack Query, including queries, mutations, and query invalidation, and provide practical examples.
React / Redux Tips for Using React Testing Library to Write Unit Tests These are my top tips for anyone using the React Testing Library package for their unit tests. I hope they help you avoid major pain points.
React / Redux Dynamically Generate Responsive Form Fields in React The Dynamic Form Field component should ideally be able to render different types of form fields based on the provided props.
React / Redux Angular vs. React: Learning React as an Angular Developer Angular vs. React? Here are some helpful tips to learn React when you’ve primarily been working with Angular.
React / Redux Simplify Your Page State with React’s useReducer Hook Simplify dynamic content management by using React's useReducer hook to centralize your page's state management.
React / Redux The Reactor’s Dilemma: Transitioning from React to Vue Transitioning from React to Vue is like switching from a bike to an electric scooter – a zippier ride, but you must get used to the controls.
React / Redux Don’t Always Depend on useEffect When you use React, don't always depend on useEffect. Instead, try useMemo or useCallback to avoid infinite re-rendering.
React / Redux Builder.io Impressions from a React Developer Builder.io is fantastic for building custom websites, especially in teams with both technical and non-technical members.
React / Redux Wire Up a Radio Button Using React Hook Form and Chakra UI Today, let's use the powerful combination of React Hook Form and Chakra UI libraries to wire up a radio button.
React / Redux Grouped Stacked Bar Charts with Recharts: Unveiling Snacking Patterns Learn how to create grouped stacked bar charts with Recharts. We'll walk through an example without any extra downloads or fancy CSS.
Development Practices Stop Using dotenv for Your Node Property Management Here's why you should stop using dotenv for node property management and start using dotenv-defaults instead.