Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
An Intro to Figma: Shortcuts, Frames, and Components

lesson

An Intro to Figma: Shortcuts, Frames, and ComponentsThe newline Guide to React Component Design Systems with Figmagic

Figma reshaped how millions of people and companies follow the design process. Now, we're going to form our process around it.

How To Add An Ant Design System Form To A React App

lesson

How To Add An Ant Design System Form To A React AppThe newline Guide to Modernizing an Enterprise React App

While these components require a little more effort to get working, the improvements they provide are worth the time.

How To Add Ant Design System To A React App

lesson

How To Add Ant Design System To A React AppThe newline Guide to Modernizing an Enterprise React App

Setting Ant Design up takes a little doing because it's so customizable.

Setting Up Contexts To Share Functions Within A React App

lesson

Setting Up Contexts To Share Functions Within A React AppThe newline Guide to Modernizing an Enterprise React App

Context doesn't necessarily need to live at the top level of a component to be useful.

Simplify React Prop Management With A Context Hook

lesson

Simplify React Prop Management With A Context HookThe newline Guide to Modernizing an Enterprise React App

Bring the Context API into Hardware Handler to decrease our reliance on props.

How To Set Up ESLint For Modernizing A React App

lesson

How To Set Up ESLint For Modernizing A React AppThe newline Guide to Modernizing an Enterprise React App

Make JavaScript code quality better and avoid bugs with the help of a linter and a strict set of rules.

Code Formatting - An Overview Of Prettier And How To Set It Up

lesson

Code Formatting - An Overview Of Prettier And How To Set It UpThe newline Guide to Modernizing an Enterprise React App

Code formatting, especially when it's set up, so you don't even have to think about it, is the best.

Dev Teams, Lock Down Environment Versions With Volta

lesson

Dev Teams, Lock Down Environment Versions With VoltaThe newline Guide to Modernizing an Enterprise React App

Avoid one of the most common developer woes: different devs coding with different environment versions with the help of Volta and Node Engines.

An Introduction To Custom Hooks In React

lesson

An Introduction To Custom Hooks In ReactThe newline Guide to Modernizing an Enterprise React App

Custom hooks are arguably the most important addition of all the hooks released with React 16.8.0. Explore how custom hooks can dramatically simplify sharing code between components.