Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liyuanqiu/react-reconciler-three
A functional limited Three.js host renderer for React(using react-reconciler).
https://github.com/liyuanqiu/react-reconciler-three
learning-by-doing react-reconciler threejs toy
Last synced: 28 days ago
JSON representation
A functional limited Three.js host renderer for React(using react-reconciler).
- Host: GitHub
- URL: https://github.com/liyuanqiu/react-reconciler-three
- Owner: liyuanqiu
- Created: 2019-11-06T11:24:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:38:09.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T09:08:26.276Z (4 months ago)
- Topics: learning-by-doing, react-reconciler, threejs, toy
- Language: JavaScript
- Size: 4.8 MB
- Stars: 18
- Watchers: 3
- Forks: 4
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - react-reconciler-three - reconciler). | liyuanqiu | 16 | (JavaScript)
README
[Demo](https://liyuanqiu.github.io/react-reconciler-three/build/)
```javascript
import React from "react";
import ReactTHREE from "./ReactTHREE";
import App from "./App";ReactTHREE.render(, document.getElementById("root"));
````ReactTHREE` is a custom renderer for `react`.