eddev

Routing Overview

Understand the WordPress and frontend sides of eddev routing.

There are two sides to routing in our stack:

  1. WordPress/PHP — We allow WordPress to act as the authority on routing, and the stack provides extra functions for extending this.
  2. Frontend API — The eddev library provides JavaScript APIs for handling client-side navigation, and for preloading data and components.