You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, I created a project that writes basic CRUD components for new React projects and I want to see if there's any interest in moving these features into a module or directly into create-react-app
Here is my project that I would be willing to bring into some kind of module accessible from create-react-app. Sorry if this seems like advertising, I think the README will help explain some of the features.
I made a project that allows a user to use one command to create components to manage CRUD resources. It creates presentation pages, forms, and logic for managing the user-defined models.
Here's a live demo of what the one-command adds to the standard create-react-app http://rsg.drewweth.com/
Describe the solution you'd like
Im frustrated when I have to bootstrap CRUD (create, read, update, delete) interfaces on a new app.
I would like to rewrite and export the functionality from my project into a module accessible via create-react-app
Describe alternatives you've considered
I've looked for projects with similar features, but can't find one. This is based on Ruby on Rails's scaffolding project which I think is so powerful and isn't equally duplicated anywhere for React.
Additional context
I'm just seeing if there is any interest or where I should more appropriately have this discussion.
The text was updated successfully, but these errors were encountered:
I believe it should a separate package. I am not using material UI, why should I download this module into my app while bootstrapping CRA? The main issue that there is no default way to manage forms, state, routing in React world. There are plenty of libraries and opinions. Also, there are advanced CRUD libraries like react-admin: https://marmelab.com/react-admin/
So you're saying there's a chance? I can remove Material UI it's just or making the base form look not terrible.
True there are not default ways, but there are desire paths that I see a lot of projects take that have some common patterns. I'll take a look at react-react more, it looks like a continuation of this idea. I think the power in react-scaffold-generate is the quick prototyping of model generation.
Is your proposal related to a problem?
No, I created a project that writes basic CRUD components for new React projects and I want to see if there's any interest in moving these features into a module or directly into
create-react-app
Here is my project that I would be willing to bring into some kind of module accessible from
create-react-app
. Sorry if this seems like advertising, I think the README will help explain some of the features.I made a project that allows a user to use one command to create components to manage CRUD resources. It creates presentation pages, forms, and logic for managing the user-defined models.
Here's the project for more info:
https://github.com/DrewWeth/react-scaffold-generate
Here's a live demo of what the one-command adds to the standard
create-react-app
http://rsg.drewweth.com/
Describe the solution you'd like
Im frustrated when I have to bootstrap CRUD (create, read, update, delete) interfaces on a new app.
I would like to rewrite and export the functionality from my project into a module accessible via
create-react-app
Describe alternatives you've considered
I've looked for projects with similar features, but can't find one. This is based on Ruby on Rails's scaffolding project which I think is so powerful and isn't equally duplicated anywhere for React.
Additional context
I'm just seeing if there is any interest or where I should more appropriately have this discussion.
The text was updated successfully, but these errors were encountered: