I'm trying to convert a full AMP (Apache/MySQL/PHP) application into a more versatile and specially FASTER framework.Obviously I've looked into a few solutions but it seems that Node+React (and other libraries and extensions) can achieve that.I don't mind rewriting the app to get front to back node+react.The Appit's like a social media platform with thousands of members and interactions with each member profile is what is slowing it down. As it is now, each member profile is loaded with Ajax calls that get results back (json) from the DB but we need to edit those records and when dealing with a big data table it gets frustrating to just apply a filter or change a state of an element.Questions:1. Is re-writing the whole app in react+node is the best solution for scalability and future-proof?2. Should I just introduce React as the Rendering framework of my php returns and keep my structure as is?3. Is there a better combination if I need to build such an app?Hopefully I will get a better experts answer than from the youtube tutorials i've been watching lately about this.Thanks!
Submitted October 01, 2019 at 09:26PM by webftpmaster
No comments:
Post a Comment