CRA service worker caches index.html
and serves the cache instead of requesting it from the server. It breaks server side rendering and in this post I’m going to fix it.
Create React App with Server Side Rendering in Docker
I’m going to enable SSR in the minimal Docker-based project I built in the previous part of the series dedicated to React Server Side Rendering.
Override/mock datetime in browser
A short code snippet that enables overriding time in protractor or javascript unit-tests.
Free HTTPS on AWS Elastic Beanstalk without Load Balancer
Setup free HTTPS with a single config file on AWS Elastic Beanstalk environment without a load balancer. Bundled with HTTP to HTTPS redirect out of the box.