react-boilerplate / react-boilerplate-cra-template

:fire: Setup Create React App with React Boilerplate. Highly scalable & Best DX & Performance Focused & Best practices.
https://react-boilerplate.github.io/react-boilerplate-cra-template/
MIT License
1.87k stars 393 forks source link

Examples of CRUD api calls in documentation? perhaps using Redux Requests / Axios? #132

Closed mrcarl79 closed 3 years ago

mrcarl79 commented 3 years ago

I get this is a boilerplate and just the bare bones, but with redux, sagas etc being quite complicated it would be great to see an example of how to integrate basic CRUD operations in this framework.

I'm sure it's something that the vast majority of use cases need, probably using something like Axios with Redux Requests. I normally Google for tutorials but not a lot out there?

While I get it should not be in the template, something in the documentation on how to add this functionality would help lots of people upskill to using this framework vs simpler implementations and make this boilerplate to be adopted even more.

Can-Sahin commented 3 years ago

The template itself is an EXAMPLE app lol showing how to do basic stuff.