add vike and react-styled-classnames #1437
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
vike
(former vite-ssr-plugin) is a powerful ssr / ssg framework with a really nice react-adapter (but also vue and svelte) maintained by the same team. The framework has almost the same features as next.js but approaches them with more transparency and control for the developer. It's likely that you need a little more time to get your head around the hook system and how to configure it and it's adapters the way you need it, but as a developer I can really suggest it, because once you got it, it's flexible and fast! Plus you learn a more about of what ssr / ssg pages are made of.
vike
react-classmate
This one comes from myself and it's a new one. It's a react element builder with a special classname syntax, which looks like styled-components paired with cva. It supports dynamic classnames and variants and is extendable with typescript.
react-classmate