Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
https://image.mux.com/1k01QCVlS02WC4CDCgpDgcjEDrfYxBZjhidrxPRphEDUU/thumbnail.png?time=0

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://image.mux.com/l006AaX8RX01csb1p8uFE005Y5ykeNO00uk00GnUHrvki9z00/thumbnail.png?time=0

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://image.mux.com/6FGP7rFPOmEGp5qc9KhaO2MjX1ia8501D02wFMeQLze00A/thumbnail.png?time=0

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://image.mux.com/8hF6xIjW8VBFMx6L9e15RAE5j9sF1bdsx2caQO3zjao/thumbnail.png?time=0

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://image.mux.com/NRyi5m7ViCkGnwV64g00Lz028ESIlay8kCaH9BmLNadWo/thumbnail.png?time=0

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://s3.amazonaws.com/assets.fullstack.io/n/20211004103148075_CoverImage_ModernizeAnEnterpriseReactApp.png

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://image.mux.com/rhfm8P02516TnkW01lY86PAzOlds00Y3qCVOKQouZ3n36E/thumbnail.png?time=0

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://s3.amazonaws.com/assets.fullstack.io/n/20211004103148075_CoverImage_ModernizeAnEnterpriseReactApp.png

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://image.mux.com/eLkTOxgOdIjOyQkRwn4Ydr02dRzJ4LdC432fHCAaAniI/thumbnail.png?time=0

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://image.mux.com/2K2i00sAqnnxO9p9U00pF5h5LhFVFuddHBoRV4MmUEYzc/thumbnail.png?time=0

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://s3.amazonaws.com/assets.fullstack.io/n/20211004103148075_CoverImage_ModernizeAnEnterpriseReactApp.png

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.