Examples of a Laravel+React App #56245
Unanswered
victornoleto
asked this question in
General
Replies: 2 comments
-
@victornoleto Many thanks for your inquiry!
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@victornoleto for BE you can also use our laravel-crud-wizard lib suite for auto filtering, sorting, pagination etc. if Api Resources from laravel is not enough. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently started studying Laravel with React. I consider my experience in the backend to be advanced, but I would like to update the way I work with the frontend, which until now has been using blade views with jQuery.
I chose React because (from the brief research I did) it is the most popular way to work with the frontend with Laravel currently, beating Vue and Livewire.
With the starter kit I can see "the main idea" of how to follow the flow, however I miss some components/pages that would actually guide me in having a basis of everything I need to do in a common application.
For example, a CRUD. The starter kit has the profile, password, etc. pages, but I miss a complete CRUD, which includes (in the frontend):
I would like to know if there is an open source repository that has the codes I mentioned to help me.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions