0
Reactjs vs Django
What's the difference between Django and ReactJs ? Are they used for the same applications ? Can one replace the other ? Or does one complement the other ? And how ?
1 Odpowiedź
+ 2
ReactJs is javascript based library for building user interfaces.
Meanwhile Django is Python framework which is used for general purposes.
So Reactjs is for frontend whereas Django for backend (Restful APIS, etc)