DEV Community

Discussion on: #api Which backend api framework suits best with reactjs for fetching user data?

Collapse
 
sduduzog profile image
Sdu

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
 
akarshc profile image
Akarsh Cholapurath

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
 
sduduzog profile image
Sdu

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

Thread Thread
 
akarshc profile image
Akarsh Cholapurath

I ain't used python, neither. I've used php and now using javascript as backend. Will surely checkout the django framework.