1. 07 3月, 2018 6 次提交
  2. 06 3月, 2018 5 次提交
    • R
      FIX #3757 update Fela example for Next 5 (#3949) · 6f0914c7
      Robin Frischmann 提交于
      * #3757 update Fela for Next 5
      
      closes #3757
      
      * add missing props passdown
      6f0914c7
    • O
      extendable with-redux example (#3947) · 359e25af
      Ondrej Maksi 提交于
      * copied with-redux -> with-redux-wrapper, changed links in readme
      
      * added simplified redux wrapper
      
      * removed next-redux-wrapper dep
      
      * changed imports to local wrapper
      
      * changed readme to reflect changes
      359e25af
    • J
      Add EventSource polyfill to hot-middleware-client (#3945) · edfd44c3
      Jeremy Stucki 提交于
      * Move security related test cases into a its own file.
      
      * Removes the unused renderScript function
      
      * Add a nerv example. (#3573)
      
      * Add a nerv example.
      
      * Fix for indentation/style
      
      * Fix for name
      
      * Release 5.0.0
      
      * Add multi-zones docs. (#3688)
      
      * with emotion example - hoist styles out of the index page component (#3821)
      
      * Use indexOf instead of startsWith (#3758)
      
      * Use indexOf instead of startsWith
      
      This fixes an IE11 regression, see #3755
      
      * Lint the code
      
      * Add event-source-polyfill
      
      Fixes an issue where the dev server crashes in IE11.
      edfd44c3
    • T
      Enable source maps in webpack chunking + bundling process (#3793) · 76582b8e
      Tomas Roos 提交于
      * Removed combine-assets-plugin, since its very broken
      
      * Bundle everything into app.js on production build
      
      * Clean up
      
      * Removed app.js from server routes
      
      * Renamed app.js -> main.js and removed commons from loading
      
      * Remove commons and react CommonChunks
      
      * Removed the commons route
      
      * Killing the entire build-stats hack for app.js
      
      * Removed unused md5-file package
      76582b8e
    • A
      Fix null pointer exception in with-react-18next (#3944) · a225da4b
      Alexander Kachkaev 提交于
      The example does not crash if a user chooses a non-existing language (e.g. goes to localhost:3000/?lng=ru)
      a225da4b
  3. 05 3月, 2018 3 次提交
  4. 04 3月, 2018 1 次提交
  5. 03 3月, 2018 1 次提交
  6. 01 3月, 2018 3 次提交
  7. 28 2月, 2018 3 次提交
  8. 27 2月, 2018 3 次提交
  9. 26 2月, 2018 6 次提交
  10. 25 2月, 2018 3 次提交
    • T
      Fixes overlay showing randomly (#3885) · 1a51d11e
      Tim Neutkens 提交于
      1a51d11e
    • T
      349608fe
    • J
      [example] with-apollo-and-redux-saga (#3488) · 5ebb943c
      Jerome Fitzgerald 提交于
      * [example] with-apollo-and-redux-saga
      
      - Using Apollo to get GraphQL Data? Dope.
      - Using Redux Saga to do other stuff outside of that? Cool.
      - Nary the two shall meet? Most likely. 😀️
      
      This is a breakout of #3463 where we were combining Apollo and Redux.
      
      This may not be an example that gets a PR.
      
      Why? Well, the examples are meant to pick and choose and combine
      yourself. At least I believe, and this is basically a combination of two
      examples (`with-apollo` and `with-redux-saga`) with some reworking.
      
      **pages/**:
      `index`: withReduxSaga()
      `about`: ()
      `blog/index`: withReduxSaga(withApollo())
      `blog/entry`: withApollo()
      
      * [refactor] fix lint (again), remove superfluous calls
      
      * [fix] package.json: with-apollo-and-redux-saga
      
      Updated the `name` and made sure `es6-promise` was in dependencies
      
      * [refactor] remove semi-colons in clock/sagas
      
      * [refactor] remove old migration code
      5ebb943c
  11. 24 2月, 2018 2 次提交
  12. 23 2月, 2018 2 次提交
  13. 22 2月, 2018 2 次提交