Open ajnsit opened 4 years ago
Nerv should have identical API, to that of react.
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
.
This issue is to track requests for alternative backends and their status.