Node reference
API route nodes
Server boundaries represented in the application graph.
API route nodes describe the server boundaries of the application. They become route handlers, and an edge from a page or store to a route shows which part of the client depends on it.
Keeping routes on the canvas makes the client/server split visible before any code is generated.