reejs

Make Sites Faster, without the need of building anything!

MIT License

Downloads
443
Stars
277
Committers
1
reejs - v0.20.1 - Hotfix + feature patch Latest Release

Published by renhiyama 7 months ago

This brings in cache-info [name] command, useful to find the original link of the cached local file.

reejs - v0.20.0 - Huge upgrades for Reejs!

Published by renhiyama 7 months ago

Ree.js v0.20.0

This huge upgrade fills in the void of having no contributions over the last 2 months.
I wasn't free, but here I deliver!


Introducing JSR.io support!

I'll be contributing to their docs for documenting reejs + jsr soon.

Huge Bug Fixes!!

  • Ree.js previously couldn't install and run dependencies on a new project if you had an existing project made by Reejs. This was due to how caches were saved. Now we fixed them so you can go and create hundreds of projects with reejs without worrying about it breaking!
  • Installing dependencies in your created project would fail, due to incomplete downloaded files. It works fine now!

Cache "lockfile" has been converted to binary from previously plain json.

This helps with lowering the storage costs. We will soon apply the similar feature to other cache mechanisms if we find it useful ;)


Thanks for using Ree.js ❤️ it means a lot to me!
( Btw I got a new pc: i7-14700k, so I might need to work on multi-core support soon ig?)

reejs - v0.17.0

Published by renhiyama 9 months ago

Adds quality of life changes & other fixes


What's Changed

New Contributors

Full Changelog: https://github.com/rovelstars/reejs/compare/v0.16.3...v0.17

reejs - v0.16.3 - `reejs init` has been ree-worked on!

Published by renhiyama 11 months ago

Running reejs init will guide you through the interactive prompt, and help you create a new project w/ reejs, for reejs, faster!

reejs - v0.16.2 - Packit in dev mode is more than 2x faster!

Published by renhiyama 12 months ago

Previously I've been getting this:
image

With the latest update, I will now get this:
image

Notice that this performance is on the starter code for react feature enabled, and runs on my pentium g620 (12yr old pc). You will see even better performance on your desktops. For me, reejs runs instantly now.

P.S.: htmx still isnt supported yet - hence the experimental flag. dont expect it to work for you rn.

reejs - v0.16.0 - fixes to create-reejs app.

Published by renhiyama 12 months ago

Adds additional imports with the newly updated packit code, which breaks creating any app.

reejs - v0.15.5 - Deno support for `reejs i`

Published by renhiyama about 1 year ago

Just a small fix for reejs based projects.

reejs - v0.15.4 - Fixes to Deno Installation

Published by renhiyama about 1 year ago

One more step to Deno support - you can now install reejs via deno:

deno install -A "npm:[email protected]"

Full Changelog: https://github.com/rovelstars/reejs/compare/v0.15.3...v0.15.4

With the advent of v0.15.0, Reejs is now one step more closer to production ready!
Deno deploy support is experimental, and some simple apps can now be deployed to deno deploy!
To install dependencies for deno target, please export an env in your shell or append this before reejs i: REEJS_UA="Deno/1.36"

Once dependencies are installed, run reejs packit deno and once completed, move to dist folder and run deno run -A ./index.js .

Won't suggest using dev mode, as Deno messes node_modules folder and ultimately mess package.json itself. Production build creates a new folder dist, where the package.json is not copied over, thus fixing the problem.

Full Changelog: https://github.com/rovelstars/reejs/compare/v0.14.1...v0.15.0

reejs - 0.14.1 - Packit now runs Bun as expected!

Published by renhiyama about 1 year ago

Packit now supports Reejs on Bun! Now you can use bun with hot reloading, serve assets properly, and show the same output like on other runtimes.
image

reejs - v0.5.1 - Introducing Markdown Support!

Published by renhiyama about 2 years ago

This update fixes url imports emulation, and adds markdown support. Not to mention I removed features command because we don't really need it.

reejs - v0.5 - Epik Update!

Published by renhiyama about 2 years ago

Adds JSX, Better Support for Static Server Mode, Fixes & Optimizations
Looking for Typescript devs to provide typings for Ree.js btw!

reejs - v0.4.2 - Optimizations and fixes for nodejs v16.

Published by renhiyama about 2 years ago

Reeleased Ree.js v0.4.2, Enjoy!

reejs - v0.3.0 - Initial Release with becoming stable

Published by renhiyama about 2 years ago