DEV Community

Discussion on: Architecting React Apps Like it's 2030

Collapse
 
aishanipach profile image
Aishanii

Love how simple yet effective this is. React is perfect for people who love organised code. For the repetitive API call, I think redux store can be used and a redux folder with procedure based sub folders, namely actions, store and container, would work better.

Would love to see more project specific techniques! :D

Collapse
 
itsrennyman profile image
Renato Pozzi

Thanks for the comment! :)