Adding Babel presets and plugins in Next.js
A guide on how to add custom Babel presets and plugins to a Next.js project by creating and configuring a .babelrc file.
A guide on how to add custom Babel presets and plugins to a Next.js project by creating and configuring a .babelrc file.
A tutorial on setting up a React project from scratch using Webpack 5 and Babel, without relying on third-party boilerplates.
A tutorial on integrating Babel with Webpack 5 to use modern JavaScript features by transpiling code for browser compatibility.
A tutorial on setting up a new JavaScript project from scratch, including npm initialization and project configuration.
A guide on integrating React into a Django project, focusing on a simple, incremental setup without complex JavaScript toolchains.
A developer shares their preferred project structure and tooling for building medium-sized Express.js applications in Node.js.
A guide to setting up a minimal Node.js project with Babel and Nodemon for modern JavaScript development.
A beginner's guide to learning React by starting with the simplest possible setup using vanilla JavaScript and an HTML file.
A guide on configuring Jest to work with Babel Module Resolver aliases for cleaner imports in tests.
Learn to configure Babel Module Resolver with TypeScript for path aliases in your project.
A guide on using Babel Module Resolver to convert relative import paths to cleaner aliases in a JavaScript application.
A developer shares their experience speaking at DinosaurJS and React Loop conferences, discussing technical talks on Babel 7 and migrating to React.
A tutorial on setting up and using ESLint for React projects, including configuration with Webpack and popular rule sets.
A step-by-step tutorial on how to publish your own open source npm package, covering setup, bundling with Babel, and the publishing process.
Explains what JavaScript polyfills are and how they differ from code transpiling, using a real-world IE bug as an example.
A guide to writing custom Babel macros for zero-config code transformation, using a fun example to get started.
Tips for giving effective software demos, including starting with 'why', knowing your audience, and pre-recording.
An introduction to Brunch, a simple and convention-based JavaScript build tool for modern web development projects.
A tutorial on building a SoundCloud client from scratch using React and Redux, including authentication and API integration.
A developer's experience upgrading to Babel 6, which fixed ES6 module misunderstandings that broke their code, and the lessons learned.