React Three Ecosystem

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. threlte

    3D framework for Svelte

    Is there a Svelte equivalent?

    I found Threlte[1] recently and enjoy not having to write low-level Three.js code to make things happen.

    ---

    [1]: https://threlte.xyz

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.

    SurveyJS logo
  3. three.js

    JavaScript 3D Library.

    note three.js [1] has nothing to do with React out of the box though, this page highlights an atypical way of using three.js through a popular React binding.

    [1] https://threejs.org/

  4. solid-three

    port of @react-three/fiber for solid

  5. react-native-skia

    High-performance React Native Graphics using Skia

    Another example of this is React-Native-Skia: https://shopify.github.io/react-native-skia/docs/getting-sta...

    It uses a virtual DOM to diff the desired state and the current one: https://shopify.github.io/react-native-skia/docs/canvas/cont...

    If you're interested how it's implemented, that's the source code: https://github.com/Shopify/react-native-skia/blob/main/packa...

  6. syncretic

    JSX for Workflows, IaC, and more

    I’m working on the documentation, but I have a useful implementation of JSX:

    https://github.com/levicape/fourtwo

    The best way to use template JSX is either with a CLI, or by using #! pragma to output the constructed yaml after using a builder.

  7. A-Frame

    :a: Web framework for building virtual reality experiences.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What is OpenGL, WebGL, Three.js, and WebXR?

    3 projects | dev.to | 13 Jul 2024
  • 3D Virtual Environment Libraries/Frameworks

    5 projects | /r/webdev | 1 Aug 2022
  • Fastest possible text updates with or without React

    1 project | /r/reactjs | 28 Mar 2021
  • A Deep Dive into Three.js: Exploring the Beauty of 3D on the Web 🌐

    5 projects | dev.to | 6 Jun 2024
  • Retro Flight Simulator

    1 project | news.ycombinator.com | 24 Jan 2024

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?