6 ms·
I'm really happy and productive with Django, DRF, React, React Router, and React Query. Mostly I just use Django alone with nothing on top, not even a frontend
by OulaX 2y ago
I'm really happy and productive with Django, DRF, React, React Router, and React Query.
Mostly I just use Django alone with nothing on top, not even a frontend framework.
- DividableMiddle 2y agoWhere do you deploy for compute/storage? What about needing additional workers? How do you replicate your prod env in dev?
- malux85 2y agoDjango rest framework is really great, there’s a bit of a learning curve learning about the viewsets and how permission classes work and things like that, but once you get over that hurdle its so easy to make REST APIs that just hook up so cleanly to models. I implemented a few custom authentication classes for things like group permissions on read / write for shared projects internally and just hooking this all up means I can write huge new modules that “just” slot in, in just a few hours. IMO they have the abstraction layers just right, it makes me really productive.