Development Practices Building with Bolt — A Prompt-Driven Dev Experiment Bolt promises to speed up building prototypes and simple apps. It handles plain English prompts, giving you usable React code to build on.
React / Redux Use React Hook Form with Zod Validation: Part One React Hook Form is a library that smoothly handles forms in React. Let's look at examples of how to use React Hook Form with Zod validation.
React Native Don’t Reinvent the Wheel or the Modal. Use React Native Reusables Instead. React Native Reusables is a toolkit that lets you instantly add pre-built, customizable, and time-tested components to your React Native app.
React / Redux Improve Asynchronous State UX in React with useOptimistic React 19’s useOptimistic hook helps reduces annoyances by providing a built-in hook for Optimistic Updates.
React / Redux The Only Question to Ask Yourself to Decide Between Server and Client Components Can't decide between server components and client components in React? Here's one question to ask yourself to pick correctly.
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.