Naoyuki Kanezawa
|
c7ba914f52
|
Handle runtime errors (#268)
* display runtime errors by error-debug
* server: fix status
* render Error component on client error
* server: render runtime errors of error template
* server: handle errors of error template on render404
* server: add a comment
* server: refactor renderJSON
* recover from runtime errors
* _error: check if xhr exists
* _error: improve client error
* _error: improve error message
|
2016-11-24 23:03:16 +09:00 |
|
nkzawa
|
5383ad7ed9
|
fix getInitialProps doesn't get called when only url query was changed
|
2016-11-06 17:34:51 +09:00 |
|
nkzawa
|
efbf0efc98
|
fix query for getInitialProps is not parsed as an object
|
2016-11-06 15:09:37 +09:00 |
|
Naoyuki Kanezawa
|
d1a0309af9
|
Add pathname and query to the argument of getInitialProps (#194)
* pass pathname and query to getInitialProps on both server and client
* README: describe about the contet object of getInitialProps
|
2016-11-04 01:05:03 -07:00 |
|
David Street
|
7186fe8b7e
|
Only update history state if url differs. (#172)
|
2016-11-03 19:15:03 +09:00 |
|
nkzawa
|
7569ef6ca9
|
hot reload compilation errors
|
2016-10-25 00:20:50 +09:00 |
|
nkzawa
|
7ec46d512b
|
hot reload added/removed pages
|
2016-10-24 16:22:15 +09:00 |
|
nkzawa
|
2e2db37ccb
|
add error page for debug
|
2016-10-19 21:41:45 +09:00 |
|
nkzawa
|
3c44137b9b
|
improve hot-reloading
|
2016-10-17 23:35:31 +09:00 |
|
Dan Zajdband
|
1477734211
|
Added linting using standard (#27)
* Added linting using standard
* Linting on test
|
2016-10-16 17:00:17 -07:00 |
|
Dan Zajdband
|
7a331084dc
|
Reverting default props for errors. (#12)
|
2016-10-16 15:44:26 -07:00 |
|
Dan Zajdband
|
e527098bb9
|
Implemented missing pieces for overriding 404 and 500 pages. (#10)
|
2016-10-15 17:36:54 -05:00 |
|
nkzawa
|
a8c6b9e57a
|
lib/router: improve aborting xhr
|
2016-10-09 20:01:06 +09:00 |
|
nkzawa
|
6718b05347
|
add _error.js, fix error handlings
|
2016-10-09 18:25:38 +09:00 |
|
nkzawa
|
22bf51bbe0
|
support getInitialProps
|
2016-10-08 19:16:22 +09:00 |
|