react Binge Watch Time is live! Over the years, I've used many TV show tracking apps but was never fully happy with them. To change that, I've decided to make one myself. Without further ado, let me present you
react Integrate Stylelint into Create React App without ejecting This posts explains how to integrate Stylelint into Create React App without having to eject. On a larger scale, this approach allows for heavy modification of the Create React App built-in configuration usually not accessible without ejecting.
react Configure Create React App to consume ENV variables during run-time Or how to speed up the deployments by avoiding building your application for every environment separately In one of my posts, I described how to Configure Nuxt.js to consume ENV variables during
react Integrate Google Analytics with React Router v4 How to integrate Google Analytics with React Router v4 using a Route component explained.