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: 9 days ago
JSON representation

A functional limited Three.js host renderer for React(using react-reconciler).

Lists

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`.