React in version 17 is going to have important changes, adding two new features: React Suspense and Time Slicing. Today we'll talk about the first one. Let's look at everything you need to know about React Suspense.
Something we can probably all agree on is that a fundamental part of building software is testing. A product that goes to production without tests is risky, but how do you know if the tests you're writing are actually good tests?
This weekend Webpack 4 was released (codename Legato). This is a pretty important version, as a lot of work has been put into performance and following the zero-configuration concept #0CJS.