https://github.com/drom/reactor
react experiments
https://github.com/drom/reactor
Last synced: 2 months ago
JSON representation
react experiments
- Host: GitHub
- URL: https://github.com/drom/reactor
- Owner: drom
- License: mit
- Created: 2016-09-16T16:30:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-25T01:01:11.000Z (almost 8 years ago)
- Last Synced: 2025-01-24T19:41:19.168Z (4 months ago)
- Language: JavaScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reactor
Experiments with React and SVG
## Rendering engines
* [react-dom](https://github.com/facebook/react/tree/master/packages/react-dom)
* [react-x11](https://github.com/sidorares/react-x11)
* [react-blessed](https://github.com/Yomguithereal/react-blessed)
* react-no-ui?
## Fiber
* https://github.com/acdlite/react-fiber-architecture
* https://github.com/iamdustan/tiny-react-renderer/blob/master/src/fiber/HowDoesFiberWork.md## Preact
* [preact](https://github.com/developit/preact/)
* [preact-render-to-string](https://github.com/developit/preact-render-to-string)