'is it possible to use flask-login and current_user with react.js?
I am thinking about switching a site over to a react front end although most of my back end uses flask-login and current_user. Does this functinoality still work with a react front end?
Solution 1:[1]
As React is used to maintain and update your UI, it should be possible as the two should remain separate. Here's a link that may point you in the right direction.
https://towardsdatascience.com/build-deploy-a-react-flask-app-47a89a5d17d9
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Evan Scallan |
