2020-09-01T09:24:09Z
How to Deploy a React-Router + Flask Application
This is the third article in my "React + Flask" series, in which I discuss applications that combine a Flask API server with a React single-page application. This time I'm going to show you how to work with the popular React-Router library for React, and in particular how this library affects the production deployment of the application.
This is the third article in my "React + Flask" series. Make sure you read the first and second parts, as this part builds on the project built up to this point.