Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Paige Niedringhaus
Most Recent
Most Popular
Highest Rated
Reset
https://embed-ssl.wistia.com/deliveries/f2c7cde4b7ad7ea78375f54cfff9041e.jpg

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.

https://embed-ssl.wistia.com/deliveries/c138f15348018aebb69d4ccbd3a97efa.jpg

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.

https://embed-ssl.wistia.com/deliveries/ade8a70514e857ed2e72622656eae909.jpg

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.

https://embed-ssl.wistia.com/deliveries/7c1866f2286ef680362374691ef89b0c.jpg

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.

https://embed-ssl.wistia.com/deliveries/2d8c4583d89ebcc0fee275722f06df8e.jpg

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.

https://image.mux.com/Zi1GNZp4a2koMK48HxF1Ih1FfcEogSw3p5O1015Ng02DE/thumbnail.png?undefined

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.

https://embed-ssl.wistia.com/deliveries/e3d4ed3f1a550d2cb629c05abff1c3dc11c8f058.jpg

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.

https://image.mux.com/z3QyqtYwQnpv9DDZ1A00wt5fDBpiAjbC7x4VPlCq02nfY/thumbnail.png?undefined

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.

https://embed-ssl.wistia.com/deliveries/dd1ea3eda766ab14e7c09a5d82824e6b.jpg

lesson

A Step-by-Step Guide to Using React's useContext HookThe newline Guide to Modernizing an Enterprise React App

Context is a powerful API to pass state within React applications, and with the introduction of the useContext Hook, accessing state in any component (class or functional) is possible.

https://embed-ssl.wistia.com/deliveries/ceb09eff6e80ab16ee67a584165db106.jpg

lesson

Learning About The React useRef Hook And Mutable ValuesThe newline Guide to Modernizing an Enterprise React App

While less often discussed, the useRef Hook deserves covering because a time will come when it's the right solution to reach for; here, we'll talk about how useRef's "mutable" value property can be useful.

https://image.mux.com/601jvB8aatZqhclNt53bTjsAaLuHuMgaOBw3aDRovopw/thumbnail.png?undefined

lesson

How Does React's useEffect Hook Work?The newline Guide to Modernizing an Enterprise React App

useEffect is a game-changing hook: originally compared to lifecycle methods in React components, it's close but not truly a direct comparison.

https://image.mux.com/BG3IeZzGAlfpkBsEEofNkzJHGXcUDzuVqoIbTH3fBfc/thumbnail.png?undefined

lesson

React's useState Hook - Track Functional Component StatesThe newline Guide to Modernizing an Enterprise React App

The useState Hook is the most similar to traditional state in React class-based components, and we'll look at examples of how it works to keep track of state in functional components.