specta-rs / rspc

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

feat: url state for framework and package manager #283

Closed tomheaton closed 5 months ago

tomheaton commented 5 months ago

note: when loading into a page without query params, it will load from local storage but will not update the current route. navigating to another page will however update the query params

tomheaton commented 5 months ago

tsconfig changed because it was trying to extend from a config in a packages dir that doesn't exist

oscartbeaumont commented 5 months ago

Thanks!

Yeah, the tsconfig was dangling because i'm working on a complete rewrite on rspc so all the JS code has been wiped from main but fixing it is perfect for now.