twidgeapp / twidge

Twidge is a fresh approach to productivity. It integrates with your workflow and allows you to be your most productive self.

Home Page:https://twidge.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use rspc?

Brendonovich opened this issue · comments

Noticed that you're using a bunch of the Spacedrive stack, why not go one step further and use rspc?
For reference, we declare all our api routes here, and expose them to Tauri with a single plugin.
We even have autogenerated typescript bindings!
This probably could have been a discussion but oh well we're here now.

Wow! RSPC looks insane, will have a closer look at it sometime today. I am already spending a lot of time trying to create types and manage states and I wanted a solution like this. Cheers to you and oscar for creating such an insane tool!

Done! I moved to rspc (#8)

This is awesome to see. If you run into any problems or have any feedback feel free to reach out to me.

This is awesome to see. If you run into any problems or have any feedback feel free to reach out to me.

Will do! I am loving the simplicity of rspc so far. Especially the automatic type-defs.