Is flareact available for Arch-based distros?
I would like to use Flareact for my Cloudflare worker. However, every time I run
npm install flareact
, I encounter an issue which I really don't know how to solve. See the Github issue I just posted for more informations: https://github.com/flareact/flareact/issues/261 .
This leads me to ask: is flareact really available on Manjaro or Arch? I also saw that flareact cannot work on Windows, so the number of supported OS may be limited.GitHub
Cannot install flareact on Manjaro · Issue #261 · flareact/flareact
Describe the problem: I encounter this issue everytime I run npm install flareact on Manjaro with kernel 6.6.46-1-MANJARO. 5737 info run [email protected] install node_modules/fibers node build.js || no...
3 Replies
Update: apparently it's an issue with fibers because
npm install fibers
throws the same exception.
Had it working with Node 16. It's a shame that Flareact does not seem to be an active project anymoreOne reason it may not be as active is that mainstream frameworks now support CF directly
And thus you don’t need a CF-specific framework anymore
May you give me some details about this, please? I am looking for a React framework which can be used on Cloudflare Workers (not Cloudflare Pages), but I haven't found yet since flareact is very buggy.