An open API service indexing awesome lists of open source software.

https://github.com/kinfe123/right-on-top

dep-pruned pure content management with rsc , streaming , suspension , suspended , code splitting , dynamic imports , and all the jazzes on top on CNA temp
https://github.com/kinfe123/right-on-top

Last synced: about 1 year ago
JSON representation

dep-pruned pure content management with rsc , streaming , suspension , suspended , code splitting , dynamic imports , and all the jazzes on top on CNA temp

Awesome Lists containing this project

README

          

# Right on top of content

This is a very pure and dep pruned blog app with every core functionality that you want being implemeted natively with out you not bothering your `.pnpm-store` and `npm` almost with 0 deps

- it is even built with out changing the nextjs theme at all - just straight to point project - introducing a new react mental model :) not new but suppotive mental model like `RSC` , `ServerComp` , `SSR` , `Hydration` , `react-dom/client` , `react-dom/server` - yeah by the end of the day it is all about the bundlers to be compatible with new appraoch that react runs on servers and streams down and supsended for UI

## Getting Started

```bash
git clone https://github.com/Kinfe123/right-on-top
# or
cd right-on-top-content
# or
pnpm install
# or
pnpm run dev
```

## Contribution
Yeah it is open for contribution . would love to go much more deep on bundlers understanding all jazz features popping out the new react mental model or anything related to the project.

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.