Coder Social home page Coder Social logo

Comments (6)

justinfagnani avatar justinfagnani commented on July 20, 2024 1

We have a new version of that concept we're working on for the next release of Lit: https://github.com/Polymer/lit-html/blob/lit-next/packages/labs/src/frameworks/react/create-component.ts

It's not Lit specific, so you could use it with your classes.

from three-elements.

hmans avatar hmans commented on July 20, 2024

Right now, a somewhat clunky but workable workaround is to just use refs:

const Thingy = ({ speed = 1 }) => {
  const rotate = (el) => (dt) =>
    (el.object.rotation.x = el.object.rotation.y += speed * dt)

  return (
    <three-mesh ref={(el) => (el.onupdate = rotate(el))}>
      <three-dodecahedron-buffer-geometry />
      <three-mesh-standard-material color="hotpink" />
    </three-mesh>
  )
}

from three-elements.

hmans avatar hmans commented on July 20, 2024

This might also help:
https://github.com/webcomponents/react-integration

from three-elements.

calebdwilliams avatar calebdwilliams commented on July 20, 2024

In the meantime you might consider something like JSX-native-events. I talk about that a bit in this article in CSS-Tricks.

from three-elements.

hmans avatar hmans commented on July 20, 2024

I'll take a look, thanks!

from three-elements.

hmans avatar hmans commented on July 20, 2024

We now have an experimental @three-elements/proxy package that can generate framework glue (here's a @three-elements/preact package that uses it for Preact.) I'm relatively sure that this will help us sort out the React issue too, by providing some glue that transparently creates React Components wrapping three-elements tags (yeah, it's wild.)

from three-elements.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.