JavaScript react-dom

Open-source JavaScript projects categorized as react-dom

Top 9 JavaScript react-dom Projects

  • react-native-web

    Cross-platform React UI packages

    Project mention: NextJS on iOS & Android????? How??? | /r/nextjs | 2023-06-17

    maybe https://necolas.github.io/react-native-web/? https://github.com/vercel/next.js/blob/canary/examples/with-react-native-web/README.md

  • tsdx

    Zero-config CLI for TypeScript package development

    Project mention: ReactJS Good Practices | dev.to | 2023-11-01

    tsdx - Zero-config CLI for TypeScript package development

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • rc-dock

    Dock Layout for React Component

  • react-ssr-prepass

    A custom partial React SSR renderer for prefetching and suspense

  • react-native-react-bridge

    An easy way to integrate your React (or Preact) app into React Native app with WebView.

  • react-rest-dom

    Library that allows you to consume Rest APIs through the React DOM.

  • react-axios-with-hooks-tutorial

    React axios tutorial using hooks. ⚛️

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • simple-react-app

    低配版react-webpack项目,可作为react相关测试基础环境。

    Project mention: any suggestions for my cli | /r/CodingHelp | 2023-05-06

    #!/usr/bin/env node import inquirer from 'inquirer'; import * as child from 'node:child_process' inquirer .prompt([ { type:'list', message:'what is your project', name:'framework', choices: ['angular','react','vue','svelte','preact','django'] } ]) .then((answers) => { if (answers.framework === 'angular' ){ child.exec(`git clone https://github.com/subhodi/angular-simple-app.git`) console.log("now install the angular cli with") console.log("npm i @angular/cli") } if (answers.framework === 'react' ){ child.exec(`git clone https://github.com/imcycle/simple-react-app.git`) console.log("now install react with") console.log("npm -i react") } if (answers.framework === 'vue' ){ child.exec(`git clone https://github.com/aditya-sridhar/simple-vuejs-app.git`) console.log("now install vue with") console.log("npm -i vue") } if (answers.framework === 'svelte' ){ child.exec(`npm create svelte@latest myapp`) console.log("here is the app") } if (answers.framework === 'preact' ){ child.exec(`git clone https://github.com/github/codespaces-preact.git`) console.log("now install preact with") console.log("npm -i preact") } if(answers.framework === 'django'){ console.log("why are you doing this in a js cli") console.log("you must learn js") console.log("then your project won't be slower than turtles") console.log("javascript.com") } })

  • react-from-scratch

    React setup built from scratch. you can give it a try !!! (by katongole-isaac)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-11-01.

JavaScript react-dom related posts

Index

What are some of the best open-source react-dom projects in JavaScript? This list will help you:

Project Stars
1 react-native-web 21,292
2 tsdx 11,135
3 rc-dock 620
4 react-ssr-prepass 585
5 react-native-react-bridge 234
6 react-rest-dom 8
7 react-axios-with-hooks-tutorial 4
8 simple-react-app 0
9 react-from-scratch 0
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com