Ship internal tools in hours, not weeks. Real auth, users, jobs, audit logs, and cohesive UI included. Early access $249 $499 → [Get it now]

How to use Angular with Webpack

Integrating Webpack with Angular allows developers to fine-tune their build process beyond the default capabilities of the Angular CLI. With over 25 years of experience in software development and as the creator of CoreUI, I have architected numerous enterprise-level build pipelines that require specialized configurations. While the Angular CLI handles most needs out of the box, the most efficient and modern solution for custom requirements is to use the @angular-builders/custom-webpack package. This approach allows you to extend the internal Webpack configuration without “ejecting” from the CLI, maintaining the benefits of the Angular ecosystem while gaining full control over the bundling process.

Read More…

How to bundle a React app with Vite

Bundling React applications with Vite provides extremely fast development builds and optimized production bundles with minimal configuration. With over 12 years of React experience since 2014 and as the creator of CoreUI, I’ve migrated numerous projects to Vite for improved developer experience. Vite uses native ES modules during development and Rollup for production, delivering instant server start and lightning-fast hot module replacement. This approach dramatically improves development speed while maintaining excellent production build optimization.

Read More…

How to bundle a React app with Webpack

Bundling React applications with Webpack provides full control over the build process, optimization strategies, and asset handling. With over 12 years of React experience since 2014 and as the creator of CoreUI, I’ve configured Webpack for numerous production React applications. Webpack bundles JavaScript, CSS, images, and other assets into optimized files for deployment with extensive plugin ecosystem. This approach offers maximum flexibility for complex build requirements and custom optimization strategies.

Read More…
Subscribe to our newsletter
Get early information about new products, product updates and blog posts.
How to limit items in a .map loop in JavaScript
How to limit items in a .map loop in JavaScript

How to choose the right Angular UI Components for enterprise apps
How to choose the right Angular UI Components for enterprise apps

How to get element ID in JavaScript
How to get element ID in JavaScript

How to Achieve Perfectly Rounded Corners in CSS
How to Achieve Perfectly Rounded Corners in CSS

Answers by CoreUI Core Team