Skip to main content

92 posts tagged with "React"

View All Tags

Exploring column resizing. Understand the useBlockLayout hook. Being able to set explicit widths for columns

Adding pagination to a react-table.

Using initialState to set a default filter and sort on specific columns on load

Notes on React-Table useSortBy hook. Simplest possible implementation example.

Notes on React-Table useFilter hook. Simplest possible implementation example.

Notes on React-Table including several examples of simplest possible implementation for common hooks and general thoughts.

Adding responsiveness to our D3 React Line Chart that works with our SVG elements, scales and tooltips.

Let's take the time to really understand the ins and outs of the useRef hook.

Integrating D3 with React.

The basics of testing React applications using Jest.

Getting up to speed with modern Redux methods.

Saving specific pieces of our Redux state in localStorage so that they are persistent upon browser refresh in React.

Breaking logic out of the render function in React component.

Make icon usage DRY and flexible by converting icons to components. Implementing icons into a menu.

How to create background images in a React application.

The new context system in React. Deprecated syntax, new syntax.

Implementing the video part of our Twitch clone. RTMP server, FLV player, structural overview.

Router switches help us solve the problem of wildcard routes rendering undesired components from fixed routes.

Modals can be surprisingly tricky in React, but there is a good way to make them using Portals.

Refactoring a Redux-Form into a standalone component with onSubmit actions passed in as props.