How can I add a Controller layer (MVC architecute) in my React js application?

Viewed 18

I am creating my React js application , I prepared my view then I made the communication between the back-end and the frontend. Now, I would like to add a controller layer because I have only the View (React js) , the Model (backend) and now I am wondering how to make the Controller layer following the MVC Architecture.

Anyone has an idea about this ? Thank you for your help !

0 Answers
Related