Trần Quang Hiệp
2 min readMar 26, 2020

--

can angular cli use full multi core to make build process faster? I have ryzen 5 1600 with 8 cores 16 threads. I hope that it will use full 16 threads to make build process faster. currently the build process still slow on big project. Angular is enterprise framework. Which we belive in and use it for big, very big application. It’s should be faster.
I have some opinions:

1) faster complie time, recomplie time (it should use as much core and thread as possible)

2) faster reload time (HMR should work smoothly, currently no guide about this problem, and actually it not really ‘hot reload’ like React or Flutter)

3) styling must not wait CLI reload, direct update on browser. Current HMR is not enough on big project. Can you check this library? https://www.youtube.com/watch?v=W-hWhR5GX_c&feature=youtu.be This live reload css can help develop speed faster

4) Angular universal, look like it’s having many issues. But we lack of resouce on this. How enterprise application running smoothly without universal?

5) Personally, I’m in love with firebase. And Angularfire2 is under stress too. Only Jame Daniel is maintain it and he is really busy. Can we help him with someone help him on that repository?

6) Bazel. How is Bazel going? when it ready? should I use it for my project? the angular blog should have any mention about this. The post should have like this:
“what did you do? => what feature we did?”
“do you have any problem? which part is the hardtest thing you have to deal with?”
“what are you going to do? => which feature should be release next?”

“ what feature we did?” + “do you have any problem?” + “which feature should be release next?” it will make your post is the best post ever post on angular blog 😍

--

--