egghead
Search
Search
Log In
Search
Search
Modern JavaScript Tooling with React by Andy Van Slaars
Initialize an npm Project and git Repository
Add a Project and Push Changes to GitHub with git
Install webpack and create a default bundle
Explicitly Define an Entry Point with a webpack Configuration File
Control the Output of webpack with the mode Setting
Transform Modern JavaScript Features with Babel
Configure webpack to Load JavaScript Files through Babel with babel-loader
Configure babel for React with preset-react
Inject a JavaScript bundle into HTML with the HtmlWebpackPlugin
Update your Bundle with each File Save with webpack's watch Mode
Create Separate webpack Configs for Development and Production with webpack-merge
Serve a webpack Bundle while Developing with webpack-dev-server
Generate Source Maps through webpack for a Better Debugging Experience with source-map
Support Proposed JavaScript Features with Babel Plugins
Automatically Import CSS in JavaScript with webpack using style-loader and css-loader
Hot Reload a React App in Development with react-hot-loader
Avoid Duplicate Commands by Calling one NPM Script from Another
Analyze a Production JavaScript Bundle with webpack-bundle-analyzer
Externalize Dependencies to be Loaded via CDN with webpack
Target specific browsers with babel-preset-env and the babel pollyfill
Asynchronously Load webpack Bundles through Code-splitting and React Suspense
Run a Simple Test with Jest in a React App
Configure Prettier to Automatically Format Code
Avoid Common JavaScript Errors with ESLint
Check for Accessibility Issues in JSX with the jsx-a11y ESLint Plugin
Run Linting, Tests and Prettier in git Hooks with Husky
Avoid Deprecated React APIs with React.StrictMode
Create an Error Boundary for a React App
Define Prop Types for a React Class Component
Check for Accessibility Issues in the Browser with react-axe
Create a New Project by Cloning the Boilerplate Project
Set Up Tests that Render a React Component with Jest and Babel
Set up Testing Globals in an Application with Jest
Course Overview: Modern JavaScript Tooling with React
egghead
System