-1
I am learning PHP and I came up with a question: With React, we have the CLI, which is a structure already ready for you, with all the necessary files. In MVC we built a structure separating the view, controller and model into different folders.
The question is: In the MVC structure, I must download the CLI package from React in order to use it, or just copy the CDN to the views and use it normally?