Skip to content

Commit

Permalink
docs: Update list of UI frameworks in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed Jun 21, 2024
1 parent 3a4e611 commit 5bdce51
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,12 @@ and [Poem](https://github.com/poem-web/poem).
## Goals

- Currently, Roadster is focused on back-end API development with Rust. We leave it to the consumer to decide how they
prefer to add a front-end, e.g., using an established JS/TS framework ([React](https://react.dev/)
/[Next](https://nextjs.org/)/[Vue](https://vuejs.org/)/[Svelte](https://svelte.dev/)/etc) or
using a Rust front-end framework ([Yew](https://yew.rs/)/[Perseus](https://framesurge.sh/perseus/en-US/)/etc).
prefer to add a front-end, e.g., using an established JS/TS
framework ([React](https://react.dev/) / [Next](https://nextjs.org/) / [Vue](https://vuejs.org/) / [Svelte](https://svelte.dev/)/ [Solid](https://www.solidjs.com/)
/ etc) or
using a Rust front-end
framework ([Leptos](https://github.com/leptos-rs/leptos) / [Yew](https://github.com/yewstack/yew) / [Perseus](https://github.com/framesurge/perseus/) / [Sycamore](https://github.com/sycamore-rs/sycamore)
/ etc).

## Future plans

Expand Down

0 comments on commit 5bdce51

Please sign in to comment.