React.js Star Rating is a professional-grade component tailored for React.js applications, offering a seamless way to integrate customizable star ratings into your projects. It provides a sleek and intuitive in
For an introductory tutorial on how to use Jenkins to build a simple Node.js and React application with npm. - AbdulAzis07/simple-node-js-react-npm-app
Simple React.js wrapper for StPageFlip library, for creating realistic and beautiful page turning effect - Nodlik/react-pageflip
For more details, go through the API.import React from 'react'; import { createRoot } from 'react-dom/client'; import { StrictMode } from 'react'; import GitHubCorner from './GithubCorner'; import type { Tag } from '../src/components/SingleTag'; import { WithContext as ReactTags, ...
/* components/submit-button.js */import{useState}from'react';importclassNamesfrom'classnames/bind';importstylesfrom'./submit-button.css';constcx=classNames.bind(styles);exportdefaultfunctionSubmitButton({store,form}){const[submissionInProgress,setSubmissionInProgress]=useState(store.submissionInProgress)...
Intuitive, Small API: Similar to React's, with no boilerplate necessary Typesafe changes: Values can only be replaced with data of the same type Immutable data... or not: You choose if you want to work with immutable data structures by setting a single boolean ...
This demo is copied from github.com/mhart/react-server-example, but I rewrote it with JSX syntax. # install the dependencies in demo13 directory $ npm install # translate all jsx file in src subdirectory to js file $ npm run build # launch http server $ node server.js Extras Precompilin...
Simple react hierarchy tree - any React children accepted for nodes - daniel-hauser/react-organizational-chart
A simple library for uni-directional dataflow application architecture with React extensions inspired by Flux - reflux/refluxjs
A simple markdown editor with preview, implemented with React.js and TypeScript. - GitHub - uiwjs/react-md-editor: A simple markdown editor with preview, implemented with React.js and TypeScript.