Mostly the frontend. I’m comparing to a React+Redux+REST app where for every new resource you have to:
- create a new action
- turn that action into requests via some middleware
- denornalize and put in your store
- maybe write a selector to get the data you need from your store