Routing Overview
There are two sides to routing in our stack:
- WordPress/PHP — We allow WordPress to act as the authority on routing, and the stack provides extra functions for extending this.
- Frontend API — The
eddevlibrary provides JavaScript APIs for handling client-side navigation, and for preloading data and components.
Last updated on