1. 25 8月, 2019 1 次提交
  2. 24 8月, 2019 4 次提交
  3. 23 8月, 2019 6 次提交
  4. 22 8月, 2019 3 次提交
  5. 21 8月, 2019 7 次提交
  6. 20 8月, 2019 9 次提交
  7. 19 8月, 2019 4 次提交
  8. 18 8月, 2019 1 次提交
  9. 17 8月, 2019 2 次提交
  10. 16 8月, 2019 3 次提交
    • B
      Update README.md (#8392) · cbe70e95
      Brian Rayburn 提交于
      change `||` to `&&` in Router.beforePopState example to match doc description
      cbe70e95
    • J
      Hook destructuring optimization (#8381) · d8fe2249
      Jason Miller 提交于
      * Add hook destructuring optimization
      
      * oops, accidentally included loose mode
      
      * inline hook destructuring optimization plugin
      
      * fix test nesting
      
      * fix lockfile
      
      * allow any react hook
      
      * Add page to stats-app with hooks
      d8fe2249
    • J
      Feature: Add transparent JSX optimization (#8350) · cfd60804
      Jason Miller 提交于
      * Add transparent JSX optimization.
      
      * fix duplicate React import
      
      * fix React not being imported when only a single Fragment node is present in a source module
      
      * remove babel-plugin-react-require
      
      * Fix JSX optimization for CommonJS source files.
      cfd60804