Kotekan

A simple React framework built on Bun. Supports React Server Components (RSC).
GitHub
250
Created 9 months ago, last commit 7 months ago
Number of contributors not available
376 commits
Stars added on GitHub, month by month
N/A
N/A
N/A
N/A
11
12
1
2
3
4
5
6
7
8
9
10
2023
2024
Stars added on GitHub, per day, on average
Yesterday
=
Last week
0.0
/day
Last month
0.0
/day
npmPackage on NPM
kotekan
0.0.13
Monthly downloads on NPM
0
0
0
11
12
1
2
3
4
5
6
7
8
9
10
2023
2024
README

🥁 Kotekan

A minimal React framework based on the Bun runtime, with built-in support for React Server Components (RSC).

Caution

Kotekan is in super early development. I appreciate if you try it out and provide feedback. But please, don't use it in production (yet).

Features

  • CSR
  • SSR
  • Streaming
  • Server Components
  • Client Components
  • Server Actions
  • MDX
  • StyleX (unstable, disabled for release)
  • Tailwind CSS (unstable, disabled for release)
  • HMR/Fast Refresh

Supported React rendering strategies:

  • CSR
  • SSR
  • RSC
  • SSG

Major dependencies:

Smaller dependencies:

Goals

  • As simple as possible
  • As few dependencies as possible

Major missing pieces

Anti-goals/indicators that things are going into the wrong direction:

  • Bundling via esbuild or other tools
  • Non-ESM
  • Transpiling to JS
  • No legacy