Explore >> Select a destination


You are here

richardtier.com
| | www.mattlayman.com
3.3 parsecs away

Travel
| | If you use Django REST Framework and the DRF JSON API extension, you may want to learn how to sideload extra resources to save on network requests of commonly paired models. We will explore the extra settings required to make that happen.
| | www.laceyhenschel.com
3.1 parsecs away

Travel
| | Sometimes the endpoints you get when you use a ModelViewSet aren't enough and you need to add extra endpoints for custom functions. To do this, you could use the APIView class and add a custom route to your `urls.py` file, and that would work fine. But if you have a viewset already, and you feel like this new endpoint belongs with the other endpoints in your viewset, you can use DRF's @action decorator to add a custom endpoint. This means you don't have to change your urls.py -- the method you decorate w...
| | sam.hooke.me
1.9 parsecs away

Travel
| | The home page of Sam Hooke.
| | blog.logrocket.com
19.9 parsecs away

Travel
| Learn the similarities and differences between the useState and useRef Hooks in React, as illustrated demos and use cases.