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

Use admin-on-rest

Open fzaninotto opened this issue 7 years ago • 4 comments

Hi, and thanks for this project.

Part of what you're trying to achieve (a React admin based on a REST API) now exists as a standalone repository, in a slightly more advanced version. It's called admin-on-rest.

I think this repo would benefit a lot from reusing admin-on-rest components.

fzaninotto avatar Feb 13 '17 22:02 fzaninotto

Thanks for bringing my attention to this.

I haven't yet thought about integrating an admin functionality to this boilerplate, but if I do, I'll look into admin-on-rest.

For now, this project is meant to serve as a starting point for building any SPA based modern web application.

dternyak avatar Feb 14 '17 00:02 dternyak

Also, admin-on-rest is not based on Flask like React-Redux-Flask is.

davidthornton avatar May 20 '17 12:05 davidthornton

admin-on-rest is a client-side component that can adapt to any server API, including any API you can build with Flask.

fzaninotto avatar May 22 '17 09:05 fzaninotto

Ahh true, I did not notice that the intention was to be backend-agnostic (and got pretty caught up with the fact that "someone had already rolled a flask backend" because this was pretty close to what we wanted)

I recognize the importance of a backend agnostic admin panel in many cases.

davidthornton avatar May 22 '17 10:05 davidthornton