-
Notifications
You must be signed in to change notification settings - Fork 29k
Closed
Description
Like inferno
or preact
.
From the end user perspective, it would work as follows.
Configure package.json
:
{
"dependencies:" {
"next": "x.y.z",
"next-preact": "x.y.z",
"preact": "x.y.z"
}
}
Then we transform JSX to the pragma that, in this example, next-preact
would need.
The rendering pipeline would similarly be pluggable.
ranyefet, martin-eq, nicolasparada, PaulBGD, trueadm and 13 more
Metadata
Metadata
Assignees
Labels
No labels