/react-threejs-learn

After learning a little more about threejs, this is what I would do to run it with react

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

NOTES

This is a proof of concept showing how to marry reactjs with threejs. This paradigm enables:

  • Use of react lifecycles in ThreeJS components
  • Atomic control of what is being rendered, how, and when
  • Use of react context for key ThreeJS elements like scene
  • Atomic control for animations and interactions