reejs icon indicating copy to clipboard operation
reejs copied to clipboard

Make Sites Faster, without the need of building anything!

Results 13 reejs issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I just wanted to try out reejs on npm and it fails to build its own initialization. **To Reproduce** Steps to reproduce the behavior: 1. step init...

bug

enhancement
good first issue
help wanted
hacktoberfest

It should be: - made by yourself - be cool/be ree-tastic! - not copyrighted by anyone else (follows point one) - you agree to let us use it for branding,...

enhancement
good first issue

I would like to see some of these libraries added to reejs/packit support (either via packit plugin, or via `create-reejs-app`): - vuejs - svelte - electron apps - tauri apps...

good first issue
hacktoberfest

I don't want users to install another library to do basically nothing. I would be releasing @reejs/devtools- soon so install size might become more big?

good first issue
hacktoberfest

Reejs needs devtools to improve developer experience. I think we should add a similar looking devtool from nuxt.

enhancement
good first issue
help wanted
hacktoberfest

Consider not killing the whole packit child process, instead deeply integrate with it, and instead of generating the whole project all at once, wait for incoming request and then transpile...

enhancement
good first issue
help wanted
hacktoberfest

There are some globally registered functions and variables, I believe we should provide them to typescript users so they don't see errors in their ide. Just an example would be...

enhancement
good first issue
help wanted
hacktoberfest

Implement and add preloading support for all files (components, utils & other files) that are imported on the current page, **recursively**. Packit uses [`es-module-lexer`](https://github.com/guybedford/es-module-lexer) that comes bundled with reejs at...

enhancement
good first issue
help wanted
hacktoberfest

![image](https://github.com/rovelstars/reejs/assets/92968534/754f568f-4902-4ca7-bdd9-9546427550e1) I debugged it at so the file name is `.reejs/packit/plugins/million/7d335d.jsx` which tries to import as: ```js import { Button } from "../components/ui/button"; ``` Since millionjs plugin intercepted (responded), packit...

bug
good first issue
help wanted
hacktoberfest