Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 490 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 490 Bytes

React Fiber vs Stack Demo

This demo shows the differences between Stack and Fiber by rendering a Sierpinski triangle that constantly shrinks and grows, and whose nodes have a value that increments by one every second.

Used as a demo during the ReactJS Dublin Lightning Talks meetup of February 22nd 2017.

License

MIT

Copyright (c) 2017 Claudio Procida

React and Fiber example Copyright (c) 2013-present, Facebook, Inc. All rights reserved.