https://github.com/oresoftware/hr4r2
The new Hot-Reloading example project for (React + RequireJS + TypeScript) => all React components can be hot-reloaded.
https://github.com/oresoftware/hr4r2
chokidar code-splitting dev-server developer-experience hot-reload hot-reloading live-reload nodejs react reactjs reactjs-components require-js requirejs single-page-app spa typescript webdevelopment websockets yeoman yeoman-generator
Last synced: about 1 month ago
JSON representation
The new Hot-Reloading example project for (React + RequireJS + TypeScript) => all React components can be hot-reloaded.
- Host: GitHub
- URL: https://github.com/oresoftware/hr4r2
- Owner: ORESoftware
- Created: 2017-01-19T02:59:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T04:25:15.000Z (almost 7 years ago)
- Last Synced: 2024-07-30T18:05:16.389Z (9 months ago)
- Topics: chokidar, code-splitting, dev-server, developer-experience, hot-reload, hot-reloading, live-reload, nodejs, react, reactjs, reactjs-components, require-js, requirejs, single-page-app, spa, typescript, webdevelopment, websockets, yeoman, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 256 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HR4Rv2
# About
This is a Node.js / React / Redux / TypeScript project
It even uses some basic serverside rendering with React.
The new Hot-Reloading example project for (React + RequireJS + TypeScript) => all React components can be hot-reloaded.
Front-end TypeScript modules are converted to AMD which facilitates hot-reloading.# Running it
When you run the server and load localhost:3000, it should take you to
`localhost:3000/#home`
if you click the button on the page it will retrieve subreddits pertaining to ReactJS topics :)
It will also give you links back to Reddit if you care to read about posts on React!
# Installation + Running
`npm install && npm start`