This website requires JavaScript.
Explore
Help
Sign In
terribleplan
/
next.js
Watch
1
Star
0
Fork
You've already forked next.js
0
mirror of
https://github.com/terribleplan/next.js.git
synced
2024-01-19 02:48:18 +00:00
Code
Issues
Releases
Wiki
Activity
e174304639
next.js
/
examples
/
using-preact
/
next.config.js
4 lines
79 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Update preact example
2018-01-31 09:07:52 +00:00
const
withPreact
=
require
(
'@zeit/next-preact'
)
Implement preact/inferno SSR (#1346) * Use module-alias to alias preact server side * Use module-alias to alias inferno server side * Remove unneeded routes example
2017-03-05 01:47:56 +00:00
Update preact example
2018-01-31 09:07:52 +00:00
module
.
exports
=
withPreact
(
)
Reference in a new issue
Copy permalink