React and Redux are great. Once you get the basics it's really easy to create very cool web apps. This is what I liked about Angular 1.x, you would read a small tutorial and be able to build an app within hours....
Websites are awesome. You're probably using them all the time. As a matter of fact, you are using one right now! How cool would it be if you could create your own websites and web apps? Well, you can!
First steps
To get...
Webpack is great. If bundle splitting and feature flags didn't convince you yet, then hopefully async bundle loading will!
What is async bundle loading?
Async bundle loading is the act of loading a bundle asynchronously as the name suggests. It's very...
One of the things that makes webpack so great is its built-in plugins and features. Today we will discuss using webpack-dev-server, splitting our bundles and enabling feature flags.
I will assume you already know the webpack basics, if not make sure to read my previous...
Everyone is using webpack today, and rightfully so. It is an amazing module bundler with many plugins that make it really powerful to use for production apps.
Before I dived into webpack I read that its configuration was quite complicated and it was hard to...