lesson
How to Use ESBuild to Export Multiple JavaScript Module FormatsCreating React Libraries from ScratchUpdating ESBuild to export multiple JS module formats.
lesson
Course Wrap Up - Creating React Libraries from ScratchCreating React Libraries from ScratchWhat we learned in Creating React Libraries from Scratch.
lesson
How to Prevent Bad Git Commits with Lint-stagedCreating React Libraries from ScratchGit hooks to prevent bad commits.
lesson
3 Ways to Add Typescript to a React LibraryCreating React Libraries from ScratchAdding a type-system to JavaScript.
lesson
What it Takes to Make Your React Library More MaintainableCreating React Libraries from ScratchAn introduction to maintainability in a React library.
lesson
A Brief Guide to JavaScript Modules and What They DoCreating React Libraries from ScratchWhat are JS Modules, and how do they affect consumers of our code?
lesson
Installing React and React-DOM as peerDependenciesCreating React Libraries from ScratchInstalling dependencies for the Scroller library.
lesson
What Does A React Library Development Environment Look Like?Creating React Libraries from ScratchGet the required tooling installed for developing our library.
lesson
An Introduction to the 3 Types of Dependencies in React LibrariesCreating React Libraries from ScratchIntroduction to project dependencies, devDependencies, and peerDependencies.
lesson
How to Install and Run ESLint When Creating React LibrariesCreating React Libraries from ScratchCode linting and ensuring code style.