1. 13 3月, 2020 1 次提交
  2. 09 7月, 2019 1 次提交
  3. 08 7月, 2019 1 次提交
  4. 29 3月, 2019 1 次提交
  5. 05 1月, 2019 1 次提交
  6. 28 9月, 2018 1 次提交
  7. 20 9月, 2018 1 次提交
  8. 23 3月, 2018 1 次提交
  9. 07 1月, 2018 1 次提交
  10. 29 10月, 2017 1 次提交
  11. 28 10月, 2017 1 次提交
  12. 23 6月, 2017 1 次提交
  13. 28 5月, 2017 1 次提交
  14. 27 5月, 2017 1 次提交
    • Add ant design example (#1817) · bd96b690
      偏右 提交于
      * Add ant design example
      
      * Reduce bundle size by importing modularized antd
      
      * lock react version for warning
      bd96b690
  15. 03 4月, 2017 1 次提交
  16. 08 2月, 2017 1 次提交
  17. 23 12月, 2016 1 次提交
    • D
      Add/data fetch example (#485) · f6ece560
      Dan Zajdband 提交于
      * Added data fetch example
      
      * Finished updating examples install instructions and added data-fetch example to main readme
      f6ece560
  18. 22 12月, 2016 1 次提交
  19. 19 12月, 2016 1 次提交
    • A
      Implement the Singleton Router API (#429) · 22776c2e
      Arunoda Susiripala 提交于
      * Immplement the initial singleton Router.
      
      * Use the new SingletonRouter for HMR error handling.
      
      * Use SingletonRouter inside the Link.
      
      * Create an example app using the Router.
      
      * Make the url parameter optional in Router.push and Router.replace
      
      * Add a section about next/router in the README.
      22776c2e
  20. 17 12月, 2016 1 次提交
    • A
      Bundle all the modules inside the app (#414) · b62a0e8f
      Arunoda Susiripala 提交于
      * Remove the use of CDN and bundle everything inside the app.
      We still pre-build the prefetcher because it needs
      different webpack config which only targets browsers
      supports Service Workers.
      
      * Remove cdn config item.
      We no longer using it.
      
      * Stop adding script tags when staticMarkup=true
      
      * Remove babel-plugin-transform-remove-strict-mode NPM module.
      b62a0e8f
  21. 02 12月, 2016 1 次提交
  22. 28 11月, 2016 1 次提交
    • A
      Add support for webpack's CommonsChunkPlugin and remove next bundle (#301) · fcd59ade
      Arunoda Susiripala 提交于
      * Add example app which demonstrate the problem.
      
      * Add the first working version.
      
      * Fix lint issues.
      
      * Add README.md
      
      * Use /_next/main.js as the main file URI
      
      * Add the support for loading the core next bundle.
      
      * Optimize the output by removing Next modules from pages.
      
      * Use the same package.json as master use.
      
      * Change the example repo's README for simpler instructions.
      
      * Change example projects package.json to support next build and start.
      
      * Change main.js into commons.js.
      
      * Add support for hot core reload and errors.
      
      * Introduce require based on eval-script.
      
      * Add error reporting support with hot reloading.
      
      * Update README.md
      fcd59ade