Skip to main content

92 posts tagged with "React"

View All Tags

Components must fetch their own data and not rely on the store holding data from any previous location.

Forcibly navigate the user through the application based on triggers.

Creating Route Parameters with React-Router, URL Variables.

Changing the GUI elements that are visible to a user based on their ID. CRUD operations will only be available to Stream author.

Using our Redux actions to fetch the list of streams from the API server and display them in a list.

Introduction to object based reducers in Redux.

Creating an API server and then interacting with it using Axios and Redux Actions to save data to a database.

Using the often maligned Redux-Form library to manage integration between forms and Redux. Will I regret this?

Creating a validation list for React-Redux with fixed action types.

Integrating Google OAuth with Redux so that user authentication data is available globally.

Introduction to user authentication in React using Google OAuth

Starting our Twitch Clone project by introducing React-Router

If you are getting a lighthouse warning that you should remove unused Javascript you are probably incorrectly importing a library like lodash. Here is a solution

Creating custom React Hooks.

The theory behind navigation in a React application without using React-Router

Re-using our dropdown component and Google Translate API to create a translation widget. Throttling the API requests with debounced text.

Introducing the useRef hook to create a dropdown in React.

Throttling API requests to prevent request on every key-press.

How to prevent Cross-site Scripting in React Applications