Organizing Django and React with Yarn Workspaces
Django and React can be daunting to put together. One recipe I like for monorepos is using Yarn workspaces. [https://classic.yarnpkg.com/en/docs/workspaces/] The folder structure provided by create-react-app encapsulates all the frontend, and it doesn't feel connected or aligned to the Django project. Workspaces...