-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Hot Module Replacement - HMR Build Optimizer
I would like to show you how to implement HMR-Hot Module Replacement to your Angular project.
When developing a project with Angular’s default configurations, whenever you saved your project(Ctrl+S) the project is recompiled. The whole project recompiled. This situation may cause time loss when developing.
At this moment, I did some research, and I found HMR to decrease recompilation for Angular.
To Know More:
Git is a distributed version control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its goals include speed, data integrity, and support for distributed, non-linear workflows.
Link to Learn: Learn Git