Dev log #1
Shipped x (TheXJS) to npm.
It’s a full-stack React framework built on Bun. I wanted server-side rendering that truly takes advantage of Bun’s runtime instead of just running on top of it like everything else does.
It’s a monorepo. The core engine and CLI are separate packages, so you won’t pull in tools you don’t need. The command bun create thexjs-app sets up a working project in one step. The documentation is live at the link below, and I’m still filling in gaps as I go.
Live demo & docs: https://thexjs.vercel.app/
npm: https://www.npmjs.com/~abdelkabirouadoukou
create-thexjs-app: https://www.npmjs.com/package/create-thexjs-app
@thexjs/core: https://www.npmjs.com/package/@thexjs/core
@thexjs/env: https://www.npmjs.com/package/@thexjs/env
@thexjs/cli: https://www.npmjs.com/package/@thexjs/cli
Repo: https://github.com/abdelkabirouadoukou/x
If you try it and something breaks, let me know. That’s the fastest way for me to fix it.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.