Ett intressant inlägg just nu är Sneak Peek: Beyond React 16 där Dan Abramov visar upp lite nya features de jobbar på, bl a __'TIME SLICING'__ som Dan beskriver som: "a generic way to ensure that high-priority updates don’t get blocked by a low-priority update" och __'SUSPENSE'__ som beskrivs som: “pause any state update until the data is ready, and you can add async loading to any component deep in the tree without plumbing all the props and state through your app and hoisting the logic.", funktioner som förmodligen kommer visa sig nyttiga för en bra användarupplevelse.
Bokmärk deras blog för att hålla dig uppdaterad.