Add component development libs #27
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
puregarlic/microclimate#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.Add frontend libsto Add component development libs