Setting Up React Native Jest Tests With Higher Order Components - Working with React Navigator, Redux Toolkit, Theme Providers and Safe Area Context#jest #react-native #typescript
Implementing RTK Query in a React Native App - Setting up query and mutation endpoints, with a bit of Jest testing#jest #react-native #redux-toolkit #rtk-query #typescript
React.memo and useMemo - What's the Difference? - What are they and when to use these for performance improvements#hooks #react #typescript
Creating Dynamic Tag Pages With NextJS Nested Routes - How to automatically create individual tag pages for a NextJS blog#nextjs #react #typescript
How To Add Search Functionality to a NextJS Markdown Blog (Part 2) - Adding a search input field that renders a dynamic list of results as a user types#nextjs #react #tailwind #typescript
Some lesser known TypeScript notation - Exclamation mark notation and casting as "unknown"#formik #react #typescript
How To Add Search Functionality to a NextJS Markdown Blog (Part 1) - Implementing an internal API for searching through markdown blog posts#nextjs #react #typescript
Setting up a NextJS Markdown Blog with Typescript - With syntax highlighting and the ability to easily add more blogs#markdown #nextjs #react #typescript
How To Clear a Redux Toolkit State That's Using redux-persist With Typescript - Setting up the reducer function and action you need to completely clear local storage#react #redux-persist #redux-toolkit #typescript
Generating a Yup Validation Object with a Map Function - Dynamically create a validation schema from an array of objects#forms #react #typescript #yup
Axios Wrappers in React Typescript - Why an abstraction upon an abstraction might be useful#apis #axios #react #typescript