I spent a couple months last fall1 building a full stack Django+React “meta framework” that attempts to seamlessly integrate Django and React with minimal developer effort. All the decisions about how to structure a project are made by the framework (although many aspects can be overridden).
The big idea behind it is that you often don’t need a sophisticated or complex architecture separating the front end from the back end. In many cases such an architecture only adds overhead without providing any real benefit (NOTE: in many cases but certainly not all).
↧