Reputation: 27
I would like to know why sould reactify Django or why should we use separated django backend and react frontend. which implementation is more scalelable I hope you could help me ;)
Upvotes: 0
Views: 192
Reputation: 1847
This way (to separate backend & frontend) helps you in different ways.
and there are many other reasons.
But you can keep your speed in development if you don't do that. Many startups don't separate themselves and just do the front-end inside template engines like Django's. This helps to be quicker in the development process. You can hire Fullstack developers and everything goes faster than two or multiple teams focusing on their technology.
Upvotes: 1