React-Redux-Flask icon indicating copy to clipboard operation
React-Redux-Flask copied to clipboard

Boilerplate application for a Python/Flask JWT Backend and a Javascript/React/Redux Front-End with Material UI.

Results 12 React-Redux-Flask issues
Sort by recently updated
recently updated
newest added

The code in static/index.html goes wrong while deploying `` There is no such path as /dist/bundle.js in static

Rewrite the frontend code in a react-hooks way with webpack v5 and upgraded dependencies

I'm getting this build error when I run `npm install` in the `static` directory: ``` gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp...

There seems to be an issue with mysql-connector 2.1.4 ``` (venv) lou@frickyou:~/lou/React-Redux-Flask$ pip install -r requirements.txt Collecting alembic==0.8.7 (from -r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/46/16/77633a0de8b434b66e7d95ffff9606773ccb808ceb7e9528ac7daf3136a5/alembic-0.8.7.tar.gz Collecting bcrypt==3.1.0 (from -r...

Hi, are you planning to support mongo DB?

Hi dternyak, I would like to add new components such as Button and ReactFileReader to be used into the website. How can I achieve that? I try the following but...

Hi there! I'm still quite a beginner, made a couple apps using your boilerplate, it is awesome! Now the apps are getting bigger and I want to set up code...

This is an improvement rather than an issue at the moment, but is there any plan for Python 3.6+ support? Per the README, the optional install of python3 and the...

Just after executing npm start, webpack watchs for js files and recompiles them on updating. If I start server and change a text in some file, everything works fine and...

What's the suggested way to do OAuth with this library? Is it through the JS gapi library on the client side or through the Python library on the server side?...