Add component development libs #27

Closed
opened 2026-02-14 13:06:46 -08:00 by seb · 1 comment
Collaborator
  • Storybook
  • ts-rs
- [x] Storybook - [x] ts-rs
seb self-assigned this 2026-02-14 13:08:04 -08:00
Owner

To document our reasoning, we can use these two libraries in tandem to develop the UI separately from the server backend. We can implement RPC structs in Rust, and then export those types to TypeScript using ts-rs. With those types defined, we can build out UI components using mock data that implements those types. Storybook gives us a place to do this component development, outside of the main application.

To document our reasoning, we can use these two libraries in tandem to develop the UI separately from the server backend. We can implement RPC structs in Rust, and then export those types to TypeScript using `ts-rs`. With those types defined, we can build out UI components using mock data that implements those types. Storybook gives us a place to do this component development, outside of the main application.
puregarlic changed title from Add frontend libs to Add component development libs 2026-02-17 13:57:53 -08:00
Sign in to join this conversation.
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
puregarlic/microclimate#27
No description provided.