1. 01 3月, 2019 3 次提交
  2. 28 2月, 2019 4 次提交
  3. 27 2月, 2019 12 次提交
    • J
      Change ncc taskr function name (#6471) · 227ea575
      Joe Haddad 提交于
      227ea575
    • J
      Run ncc on unistore to fix install warning (#6459) · 41eaa9cf
      Joe Haddad 提交于
      ncc unistore to fix install warning
      41eaa9cf
    • T
      v8.0.4-canary.4 · 88388f79
      Tim Neutkens 提交于
      88388f79
    • K
      Use cacheable-response for ssr (#6393) · 3998805b
      Kiko Beats 提交于
      Hello,
      
      I have been using next.js for a while in a bunch of projects, so first for all thanks for all the vibrant effort around the project 🖤. 
      
      Always I see the server side next.js approach as an advantage, but also a weakness for the extra resources you need to have, specially comparing how cheap is a client side app.
      
      In order to do my things cheaper, I started using the SSR pattern you suggested in your examples, so useful! It saves time and resources.
      
      However, it was *too simple*. In a real production scenario, you need a bit more, specially related with send the right response headers to keep the rest of external network agent updated of your cache state.
      
      I started a tiny script code for doing that; basically, I copy/paste it on my ssr projects.
      
      Now, after a time, I think it's worth it publish it as [cacheable-response](https://github.com/Kikobeats/cacheable-response) module.
      
      The PR is for adding the module leverage into the next.js ssr example. 
      
      It's doing the same, plus:
      
      - be possible use a multi storage cache (memory by default; mongodb, redis, mysql, supported).
      - sending `cache-control` response headers.
      - sending `X-Cache-Expired-At`, just a humanize way to see the expiration time.
      - support for forcing invalidation via `force=true` query parameter.
      
      I hope you like it 🙂
      3998805b
    • S
      add extra info to authentication (#6435) · aed7f643
      Samundra Shrestha 提交于
      * add extra info to authentication
      
      * Update auth.js
      aed7f643
    • L
      Update with-jest, with-jest-react-testing-library examples (#6464) · 806bfdfa
      Luc 提交于
      The latest version of babel-jest doesn't require `babel-core` with the bridge version anymore (updated in this PR : https://github.com/facebook/jest/pull/7016).
      
      So I'm updating with-jest and with-jest-react-testing-library examples accordingly.
      806bfdfa
    • P
      Create example for adding env variables from next.js.config / Final (#6318) · 62f84bb1
      Peter Kellner 提交于
      * This is a non-working example of using PHASE_DEVELOPMENT_SERVER and PHASE_PRODUCTION_SERVER in production. I followed @timneutkens gist but was unable to make it work so I've boiled it down into this non-working example which I believe is the same.  The README is not updated. Once it is figured out why this is not working, I'll clean up the project and update the pull request to be complete but for now just want to make it work.
      
      * added .eslintrc so that ` eslint . --fix` would work (not sure if that was really necessary). I assume that is same as `yarn lint-fix`.
      
      * fixes for standard style
      
      * fixes for standard style
      
      * Fix example and add some comments
      
      * Updated documentation and small change to logic of prod,dev,staging to work as expected.
      Added significantly more doc then I normally would in the hopes that it helps someone avoid the mis-understanding I went through.  If it's too much, LMK and I'll reduce.
      
      * removed eslint and updated package.json to get rid of eslint and standardjs
      62f84bb1
    • J
      Remove next-to-next-server babel plugin (#6458) · 256970ac
      JJ Kasper 提交于
      After discussion it was decided instead of rewriting `next/config` and `next/head` imports to `next-server/config` and `next-server/head` we should just allow importing them as `next/config` and `next/head`
       
      Fixes: #6187
      256970ac
    • L
      Update to Next v8.0 example on with-graphql-react (#6454) · fdb10d4f
      laiso 提交于
      I'm working on examples/with-graphql-react changes to:
      - Next v7 to v8.0 and update dependencies
      - fix some errors for the change of graphql-react API
      fdb10d4f
    • C
      v8.0.4-canary.3 · b8d3b7e6
      Connor Davis 提交于
      b8d3b7e6
    • C
      2fd397ff
    • C
      Remove cross-spawn (#6450) · 7dc50f38
      Connor Davis 提交于
      7dc50f38
  4. 26 2月, 2019 6 次提交
  5. 25 2月, 2019 3 次提交
    • H
      fix link in with-react-with-styles sample (#6438) · 78d560e5
      HelloRusk 提交于
      with-aphrodite example link didn't work properly
      78d560e5
    • J
      Remove jsonPageRes Documentation Reference (#6440) · a971d295
      Jesse Hoffman 提交于
      Next.js no longer uses `jsonPageRes`.
      
      This PR removes it from `en-us` and `zh-cn` documentation (formatting picked up some changes on zh-cn readme).
      
      Also updated the Flow type def for `getInitialProps`.
      
      Resolves #6363  
      a971d295
    • C
      Remove glob package (#6415) · 5514949d
      Connor Davis 提交于
      We don't use a lot of the features of `glob`, so let's remove it in favor of a leaner approach using regex.
      
      It's failing on windows and I have no idea why and don't own a windows machine 🤦🏼‍♂️
      
      (Ignore some of the commits in here, I forgot to create the new branch before I started working)
      5514949d
  6. 24 2月, 2019 1 次提交
  7. 23 2月, 2019 8 次提交
  8. 22 2月, 2019 3 次提交