Что-то про React – Telegram
Что-то про React
300 subscribers
3 photos
498 links
Немного про React.
Список статей и новостей подбирается полностью вручную.
Download Telegram
🐢 Monomorphic Object Shape for Stable Builds

Adding properties to an object disables certain optimizations. To prevent this, we don’t add properties to the main React object in stable builds anymore.
https://github.com/facebook/react/pull/14309
📝 Versioning Policy Page

A new documentation page now explains our version policy in detail. Keep in mind those changes are not new but it’s great to have them written down.
https://reactjs.org/docs/faq-versioning.html
💺 Automate Release Infrastructure

The core team cleaned up the release noscripts to make it easier to build releases. The goal is to have a canary that is often updated.
https://github.com/facebook/react/tree/master/noscripts/release
📝 Add Suspense and lazy() to API Docs

The latest stable release of React brings lazy() and Suspense. These features are now referenced in the API docs as well.
https://github.com/reactjs/reactjs.org/pull/1446
🏞 New Server Rendering Infrastructure: Fizz

Work on the new Server Rendering Infrastructure Fizz has begun. The new renderer features built in support for Suspense and utilizes node streams. Check out Andrew’s talk at ZEIT earlier this year for a glimpse of what the new server renderer will be able to do.
https://github.com/facebook/react/pull/14144
🛥 Avoid a V8 Performance Cliff When Profiling

Thanks to the help of V8 team members, the React team was able to find and fix a significant performance cliff during the commit phase when the React profiler is enabled.
https://github.com/facebook/react/pull/14383