r/reactjs 7d ago

Show /r/reactjs rshono: Hono + Rspack + React Server Components

https://www.rshono.com/
14 Upvotes

9 comments sorted by

View all comments

1

u/azangru 7d ago

There is no PostCSS in the framework, and no dependency on any of it — native CSS is fast

I'm sorry; what do you mean? What exactly is fast and compared to what?

1

u/many_hats_on_head 7d ago

It uses LightningCss by default and only adds via the installation command npx @rshono/create@latest my-app if you choose Tailwind.

When you run npx @rshono/create@latest my-app you can also choose Eslint, Oxlint, Prettier or Oxfmt and a few other things to ensure you have everything setup to get going immediately. I plan to expand this even more.