You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to compose an application from independent modules each of which implements its own routes and has its own state. Tide only supports a single monolithic application state.
To compose an application, it should be sufficient to designate the modules to be composed. Tide-disco should load the corresponding api.toml files, register the appropriate route handler functions, and incorporate the module data in to the web server application state.
The discoverability layer needs access to all the route patterns and documentation, etc. so it can provide discoverable documentation, context-sensitive documentation, and error messages regarding route segment type checking and spelling.
The text was updated successfully, but these errors were encountered:
We'd like to compose an application from independent modules each of which implements its own routes and has its own state. Tide only supports a single monolithic application state.
To compose an application, it should be sufficient to designate the modules to be composed. Tide-disco should load the corresponding api.toml files, register the appropriate route handler functions, and incorporate the module data in to the web server application state.
The discoverability layer needs access to all the route patterns and documentation, etc. so it can provide discoverable documentation, context-sensitive documentation, and error messages regarding route segment type checking and spelling.
The text was updated successfully, but these errors were encountered: