In my spare time I tend to check Facebook every now and then. With my family and most of my friends living in a different country than me it is a great way to see how they are doing.
Aside from all the weird videos...
As a JavaScript developer I use the dev console a lot. Whenever I want to know the value of a variable or the return value of a function I use the famous console.log. A while ago I started to do some more research and...
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...