Since Angular 2 is built with the focus on mobile, we put a lot of effort in making lazy loading as easy as possible, so that the initially…
Read more »
Recently I’ve been playing a lot with my pet project Tradux. It is a simple trading platform simulator which I built as an exercise in Redux, event sourcing and serverless architectures. I’ve decided to share some of the knowledge I learned in the for...
Read more »
I’m pretty sure every frontend engineer spent time implementing a loading indicator that shows up while data is loading from the server. (more…)
Read more »
In this post you’ll learn how to Lazy Load an Angular module. Lazy loading means that our code isn’t downloaded by the browser until it’s... (more…)
Read more »
Angular is a full framework with all the tooling and best practices designed on top of it. Suits ones, hates the others. React on the other hand is just a small view library that you would need while…...
Read more »