CodeIgniter Forums
Codeigniter + React Admin is it a good pair? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Choosing CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=8)
+--- Thread: Codeigniter + React Admin is it a good pair? (/showthread.php?tid=77954)



Codeigniter + React Admin is it a good pair? - glorsh66 - 11-10-2020

Is it wise to use codeigniter with React framework?
Is it good supported?


RE: Codeigniter + React Admin is it a good pair? - Kaosweaver - 12-14-2020

I used CI v2.x/3.,x with a react front end and redux. It works fine.


RE: Codeigniter + React Admin is it a good pair? - adnzaki - 12-30-2020

Actually using any front-end framework in CodeIgniter is not officially supported, but you can still configure and make it works for you. I'm using Vue.js in all my CI projects (v3 and now v4) and everything works as expected. Fortunately, CI4 now has more flexible directory structure, so you can create your own directory structure as you like. Combining it with any front end framework is not a hard effort


RE: Codeigniter + React Admin is it a good pair? - reviei - 02-09-2021

I have tried to use another front-end framework with Codeigniter by was't successful year. As mentioned above by @adnzaki I'll try with Vue.js and let me see. ll respond my update here.