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
4ee0dc90d8
next.js
/
client
/
next.js
7 lines
105 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Don't discard component state on error (#741) * render debug page as overlay * handle errors occurrred on rendering cycle for HMR * retrieve props if required on HMR
2017-01-12 01:58:20 +00:00
import
next
from
'./'
initial source
2016-10-05 23:52:50 +00:00
Don't discard component state on error (#741) * render debug page as overlay * handle errors occurrred on rendering cycle for HMR * retrieve props if required on HMR
2017-01-12 01:58:20 +00:00
next
(
)
Add CDN support with assetPrefix (#1700) * Introduce script tag based page loading system. * Call ensurePage only in the dev mode. * Implement router using the page-loader. * Fix a typo and remove unwanted code. * Fix some issues related to rendering. * Fix production tests. * Fix ondemand test cases. * Fix unit tests. * Get rid of eval completely. * Remove all the inline code. * Remove the json-pages plugin. * Rename NEXT_PAGE_LOADER into __NEXT_PAGE_LOADER__ * Rename NEXT_LOADED_PAGES into __NEXT_LOADED_PAGES__ * Remove some unwanted code. * Load everything async. * Remove lib/eval-script.js We no longer need it. * Move webpack idle wait code to the page-loader. Because that's the place to do it. * Remove pageNotFound key from the error. * Remove unused error field 'buildError' * Add much better logic to normalize routes. * Get rid of mitt. * Introduce a better way to register pages. * Came back to the mitt() based page-loader. * Add link rel=preload support. * Add assetPrefix support to add support for CDNs. * Add assetPrefix support for preload links. * Update readme.md
2017-04-18 04:18:43 +00:00
.
catch
(
(
err
)
=>
{
console
.
error
(
`
${
err
.
message
}
\n
${
err
.
stack
}
`
)
}
)
Reference in a new issue
Copy permalink