Akarsh Cholapurath Posted on Oct 4, 2018 #api Which backend api framework suits best with reactjs for fetching user data? #api #backend #react Top comments (6) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Sdu Sdu Sdu Follow Consultant at https://dae.mn Location Gauteng, South Africa Education BSc Computer Science & Hydrology Work Consultant at Daemon Joined Jul 22, 2018 • Oct 4 '18 Dropdown menu Copy link Hide Honestly any backend can do the job perfectly. Its really up to you in terms of preference. Or if you'd like some php, try out those light frameworks like Slim or Flight (I like Slim) because its easier to handle json with them. Collapse Expand Akarsh Cholapurath Akarsh Cholapurath Akarsh Cholapurath Follow Maker, learner, coder and designer. Joined Oct 1, 2018 • Oct 4 '18 Dropdown menu Copy link Hide Great to hear from you. Right now, I'm working on a nodejs api and as a next step, I'm looking for some api of python. Do you have any suggestion? Collapse Expand Sdu Sdu Sdu Follow Consultant at https://dae.mn Location Gauteng, South Africa Education BSc Computer Science & Hydrology Work Consultant at Daemon Joined Jul 22, 2018 • Oct 4 '18 Dropdown menu Copy link Hide Ok I don't wanna lie, I've never touched python for backend EVER! I think its because I did so much course work with it. Many though suggest I try out django Akarsh Cholapurath Akarsh Cholapurath Akarsh Cholapurath Follow Maker, learner, coder and designer. Joined Oct 1, 2018 • Oct 5 '18 Dropdown menu Copy link Hide I ain't used python, neither. I've used php and now using javascript as backend. Will surely checkout the django framework. Collapse Expand Aaron Cordova Aaron Cordova Aaron Cordova Follow Joined Aug 8, 2018 • Oct 5 '18 Dropdown menu Copy link Hide Apollo and GraphQL fit in nicely with React. apollographql.com/docs/react/ There are GraphQL implementations in multiple languages if you have a different preference for your backend. Collapse Expand Akarsh Cholapurath Akarsh Cholapurath Akarsh Cholapurath Follow Maker, learner, coder and designer. Joined Oct 1, 2018 • Oct 10 '18 • Edited on Oct 10 • Edited Dropdown menu Copy link Hide I will surely try both Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (6)
Honestly any backend can do the job perfectly. Its really up to you in terms of preference.
Or if you'd like some php, try out those light frameworks like Slim or Flight (I like Slim) because its easier to handle json with them.
Great to hear from you. Right now, I'm working on a nodejs api and as a next step, I'm looking for some api of python. Do you have any suggestion?
Ok I don't wanna lie, I've never touched python for backend EVER! I think its because I did so much course work with it. Many though suggest I try out django
I ain't used python, neither. I've used php and now using javascript as backend. Will surely checkout the django framework.
Apollo and GraphQL fit in nicely with React.
apollographql.com/docs/react/
There are GraphQL implementations in multiple languages if you have a different preference for your backend.
I will surely try both