Codeigniter and ReactJS |
I never understood this. The same seems to be happening with Laravel. As a business solution developer, in my opinion, the best flexible and maintainable approach would be:.
(1) A separate front-end (not integrated or embedded) Where the app can be developed for mobile or Web. These can be created by using pure web stack or frameworks like React , vuejs etc These apps can interact vide API calls to the back-end (2) A separate back-end In most instance these would represent an API Server, headless CMS or an Admin system for the backend. These can be Python, pure PHP, Codelingiter or even Laravel (overloaded). Using the bundled approach will lose all the flexibility of locating apps, separate maintainability, decoupling software, localization and separation of functions. Just to my views. |
Messages In This Thread |
Codeigniter and ReactJS - by AkinBredailns - 02-20-2023, 04:57 AM
RE: Codeigniter and ReactJS - by kilishan - 02-20-2023, 11:14 AM
RE: Codeigniter and ReactJS - by JohnMoncatkina - 03-31-2023, 12:16 AM
RE: Codeigniter and ReactJS - by TasikaKria - 04-21-2023, 02:10 AM
RE: Codeigniter and ReactJS - by nikolausricky - 01-01-2024, 07:44 PM
RE: Codeigniter and ReactJS - by murugappan - 05-19-2024, 01:18 AM
RE: Codeigniter and ReactJS - by kabeza - 08-13-2024, 05:07 AM
RE: Codeigniter and ReactJS - by ozornick - 08-13-2024, 10:51 AM
RE: Codeigniter and ReactJS - by kabeza - 08-14-2024, 04:37 AM
RE: Codeigniter and ReactJS - by ozornick - 08-14-2024, 06:11 AM
RE: Codeigniter and ReactJS - by kabeza - 08-14-2024, 06:27 AM
RE: Codeigniter and ReactJS - by ozornick - 08-14-2024, 06:39 AM
|