LESSON 1.1
Welcome
Creating React Libraries from Scratch
MODULE 1
Introduction
LESSON 1.1
Welcome
LESSON 1.2
What Does A React Library Development Environment Look Like?
MODULE 2
Initialize
LESSON 2.1
Essential Files and Directories for Publishing a React Library
LESSON 2.2
An Introduction to the 3 Types of Dependencies in React Libraries
LESSON 2.3
Installing React and React-DOM as peerDependencies
LESSON 2.4
A Beginner's Guide to Using Git to Push Code to GitHub
MODULE 3
Implement
LESSON 3.1
Scroller schema
LESSON 3.2
Implementing Scroller
LESSON 3.3
How to Set Up Storybook to View and Test Code
MODULE 4
Deploy
LESSON 4.1
Setting Up ESBuild to Simplify Code Maintainability
LESSON 4.2
A Brief Guide to JavaScript Modules and What They Do
LESSON 4.3
How to Use ESBuild to Export Multiple JavaScript Module Formats
LESSON 4.4
How to Configure and Publish an NPM Package
MODULE 5
Maintain
LESSON 5.1
What it Takes to Make Your React Library More Maintainable
LESSON 5.2
3 Ways to Add Typescript to a React Library
LESSON 5.3
How to Install Jest and Run Your First Unit Test
LESSON 5.4
How to Install and Run ESLint When Creating React Libraries
LESSON 5.5
How to Prevent Bad Git Commits with Lint-staged
MODULE 6
Summary
LESSON 6.1
Course Wrap Up - Creating React Libraries from Scratch
Go to Next Lesson
Go to Next Lesson
LESSON 1.2
What Does A React Library Development Environment Look Like?
Go Pro