Should I be worried about React Fiber?

This week Facebook announced React Fiber, a new version of its JavaScript library. The news from F8 2017 raised many concerns. Is there anything to worry about? Read more

Similar

React at 60fps

React is an abstraction over the DOM and as any abstraction, it has its costs and limitations that you may hit sooner or later. Understanding and being able to overcome such limitations are important…...

Read more »

Reusable SVG Component in React

SVG is one of the image formats you want to use in JavaScript application. The question of why to choose SVG over other image formats is a separate topic to discuss. In this short tutorial, I would like to show how I handle SVG elements in React applicati... (more…)

Read more »