# react

Cover image

4 React Refs Examples

Learn how to use Refs in React. Do things like managing focus, text-selection and more...

Link
Cover image

Pain-Free Forms with React Hook Form

How to deal with forms and data-validation in React using react-hook-form. 5 form-validation patterns for a hustle-free forms.

Link
Cover image

2 Basic React Forms Patterns

Basic React patterns to work with forms. Includes React Hooks

Link
Cover image

State Management with React Hooks

How to do state management in React using React hooks and the Context API.

Link
Cover image

Context Hook in React

How to use the Context React hook to share data easily using the Context API.

Link
Cover image

5 React Data-Fetching Patterns

Most common API data fetching patterns in React.

Link
Cover image

Fetch API Data using Custom Redux Middleware

How to create a custom middle ware to fetch data from an API using Axios & vanilla Redux

Link
Cover image

5 Ways to Write CSS Styles in React

Five different ways to style your components in React. Which one do you prefer? 🤔

Link