lesson
State ManagementThe newline Guide to Building a React App with MobX State TreeState Management on the JavaScript ecosystem
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.
lesson
How to Install Jest and Run Your First Unit TestCreating React Libraries from ScratchTesting our code through unit tests.
lesson
How to Configure and Publish an NPM PackageCreating React Libraries from ScratchHow to configure and deploy to a public npm repository.
lesson
Setting Up ESBuild to Simplify Code MaintainabilityCreating React Libraries from ScratchWhy do we need to bundle our code, and how can ESBuild help?
lesson
How to Set Up Storybook to View and Test CodeCreating React Libraries from ScratchSetup Storybook to view and test our code.
lesson
Implementing ScrollerCreating React Libraries from ScratchWriting code for the Scroller library and exporting it for users.
lesson
A Beginner's Guide to Using Git to Push Code to GitHubCreating React Libraries from ScratchSetup Scroller using Git, create a new GitHub project, and how push code to GitHub.
lesson
Essential Files and Directories for Publishing a React LibraryCreating React Libraries from ScratchSetting up the files and directories needed to write a React library.