Puzzmo Tech Stack: 2024
The Puzzmo team shares their 2024 tech stack, including React Native, TypeScript, and Expo, and discusses challenges with cross-platform development.
The Puzzmo team shares their 2024 tech stack, including React Native, TypeScript, and Expo, and discusses challenges with cross-platform development.
A guide to packaging and bundling web components for distribution using Webpack, including configuration and dependencies.
A guide to tools for analyzing and reducing JavaScript bundle size, including VS Code extensions and online utilities.
A guide to building React applications without Webpack, using minimal configuration and CDN-hosted libraries for fast prototyping.
A history of JavaScript bundlers, from early script tags to modern tools like Webpack, Rollup, Parcel, Snowpack, and Vite, explaining the problems each solved.
A guide to speeding up local Storybook development by filtering and running only specific component stories instead of building all stories.
Explains how to add TypeScript type checking to configuration files using JSDoc or Vite's defineConfig helper for better developer experience.
A technical guide explaining how to fix Webpack's dynamic import feature when it generates incorrect file paths, focusing on the publicPath configuration.
A tutorial on setting up a React project from scratch using Webpack 5 and Babel, without relying on third-party boilerplates.
A guide on using SVGR to convert SVG icons into React components, covering both manual CLI and automated Webpack methods.
Advanced Webpack 5 tutorial covering production builds, configuration management, source maps, and environment variables.
A tutorial on configuring Webpack 5 to handle and bundle image assets using the url-loader for web applications.
A tutorial on how to configure and use local font files with Webpack 5, covering font selection and loader setup.
A tutorial on integrating ESLint with Webpack 5 and Babel to enforce code style and catch errors in a JavaScript project.
A guide to configuring React Router with Webpack 5 to resolve 'Cannot GET' errors for non-root paths.
A tutorial on integrating Babel with Webpack 5 to use modern JavaScript features by transpiling code for browser compatibility.
A tutorial on setting up and using CSS with Webpack 5, including configuration for both development and production environments.
A tutorial on setting up and using SASS with Webpack 5, including installation and configuration steps.
A tutorial on integrating PostCSS with Webpack 5 to automatically add vendor prefixes and process modern CSS.
A step-by-step tutorial on setting up a minimal Webpack 5 configuration for a JavaScript and HTML web application.