oscartbeaumont / rspc

A framework for building typesafe web backends in Rust
https://rspc.dev
MIT License
1.1k stars 50 forks source link

Frontend refactor #241

Closed Brendonovich closed 6 months ago

Brendonovich commented 8 months ago

Adds a root system that allows types to flow downwards from roots to clients + hooks, and allows separating hook creation from client creation since we need to allow clients to be injected sometime after.