Waku is a new lightweight React framework built primarily on top of React Server Components (RSCs), offering a great developer experience for small projects.
RSCs in React 18 render UI components on the server, providing benefits like improved performance, SEO, and easier server-side data fetching.
Improved initial load performance: RSCs render content on the server, so the client has less work to do and can deliver a faster experience to users.
Easier server-side data fetching: You can directly access and fetch data from databases or APIs on the server within your components.
Collection
[
|
...
]