DEV Community

Discussion on: Architecting React Applications

Collapse
 
shaalanmarwan profile image
Shaalan Marwan

I am using Typescript with ReactJs , so I have different architecture for the application
I am start splitting pages and their components with the app folder
and the other things in the same level of app
and for the app folder, I am splitting the code by feature slice,
and for each feature, there is a business logic folder and the UI folder and the API calls

Collapse
 
pedrovelborr profile image
Pedro Velazquez

Thanks for your feedback