Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Umbrella issue for alternative backends #52

Open
ajnsit opened this issue Aug 2, 2020 · 2 comments
Open

Umbrella issue for alternative backends #52

ajnsit opened this issue Aug 2, 2020 · 2 comments

Comments

@ajnsit
Copy link
Member

ajnsit commented Aug 2, 2020

This issue is to track requests for alternative backends and their status.

  1. Preact (preact backend #31)
  2. Mikado (Mikado backend #36)
  3. Nerv (preact backend #31)
  4. Purescript-react-basic (Switch to purescript-react-basic? #47)
@janat08
Copy link

janat08 commented Aug 3, 2020

Nerv should have identical API, to that of react.

@Woody88
Copy link

Woody88 commented Feb 27, 2021

I just want to let you guys know that for libraries that are fully compatible with react no work is required. For instance, say that you want to use nerv the only effort that is required is to set its module names as react. This can be accomplished by adding the code snippet below in your package.json:

Taken from nerv README page.

  "alias": {
    "react": "nervjs",
    "react-dom": "nervjs",
    "react-dom/server": "nerv-server"  // I had to add this in my project.
  },

I think that the same can be accomplish with preact.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants