Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/claudiopro/react-fiber-vs-stack-demo

⚡️ React Fiber vs Stack Demo
https://github.com/claudiopro/react-fiber-vs-stack-demo

demo react react-fiber react-stack sierpinski-triangle

Last synced: 2 days ago
JSON representation

⚡️ React Fiber vs Stack Demo

Awesome Lists containing this project

README

        

# 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](https://opensource.org/licenses/MIT)

Copyright (c) 2017 Claudio Procida

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