React 16.10.0 release, JavaScript library to build user interfaces

React 16.10.0 release, updates are as follows:

React DOM

  • Fixed hooks update undocumented edge cases (in @sebmarkbage  # 16359 )
  • Repair heuristic (@sebmarkbage in  # 16739 )
  • Clear other optical field during unloading to save memory (in @trueadm  # 16807 )
  • Bug fixes in Firefox required text fields ( @halvves  in  # 16578 )
  • If available, choose Object.is rather than inline polyfill ( @ ku8ar  in  # 16212 )
  • Fix errors (when mixed hangs and error handling @acdlite  in  # 16801 )

Scheduler (experimental)

  • By switching the internal data structure of a binary heap is minimized to improve the performance of the queue (in @acdlite  # 16245 )
  • PostMessage interval shorter cycle using, rather than trying to use requestAnimationFrame aligned frame boundaries (in @acdlite  # 16214 )

useSubscription

  • When mutations occur and the previous update is still in progress, Issue avoid tearing (in @bvaughn  # 16623 )

Download and update instructions

React 16.10.1 fixes a bug:

React DOM

  • Repair Next.js application regression (in @sebmarkbage  # 16943 )

Download and update instructions

Guess you like

Origin www.oschina.net/news/110285/react-16-10-0-released