Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
React Developer Roadmap | 17,849 | 8 months ago | 35 | other | JavaScript | |||||
Roadmap to becoming a React developer | ||||||||||
React Native Router Flux | 9,013 | 3,478 | 99 | 3 months ago | 273 | March 26, 2021 | 338 | mit | JavaScript | |
The first declarative React Native router | ||||||||||
React Pxq | 7,226 | 2 years ago | 15 | mit | JavaScript | |||||
一个 react + redux 的完整项目 和 个人总结 | ||||||||||
React Router Tutorial | 5,564 | 4 years ago | 73 | JavaScript | ||||||
Wouter | 5,508 | 7 | 61 | 2 days ago | 49 | May 17, 2023 | 22 | JavaScript | ||
🥢 A minimalist-friendly ~1.5KB routing for React and Preact. Nothing else but HOOKS. | ||||||||||
Router | 5,130 | 13 | 6 days ago | 15 | March 21, 2022 | 17 | mit | TypeScript | ||
🤖 Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering. | ||||||||||
Connected React Router | 4,731 | 2,066 | 710 | 7 months ago | 51 | July 11, 2022 | 175 | mit | JavaScript | |
A Redux binding for React Router v4 | ||||||||||
After.js | 4,113 | 44 | 7 | 2 months ago | 34 | November 01, 2021 | 19 | mit | TypeScript | |
Next.js-like framework for server-rendered React apps built with React Router | ||||||||||
Reactjs101 | 3,840 | 3 years ago | 58 | other | JavaScript | |||||
從零開始學 ReactJS(ReactJS 101)是一本希望讓初學者一看就懂的 React 中文入門教學書,由淺入深學習 ReactJS 生態系 (Flux, Redux, React Router, ImmutableJS, React Native, Relay/GraphQL etc.)。 | ||||||||||
Blog | 3,329 | 4 years ago | 65 | mit | JavaScript | |||||
:dog: :clap: :star2: Welcome to star |
This is an example of using react-helmet with React and react-router in a universal (client/server) context.
Check out this repo (or simply copy the code) and then, from inside the codebase, follow these steps:
$ npm install
webpack
to create the client-side script$ webpack
$ npm start
<head>
node in its source.
Then, change pages and watch as react-helmet
keeps <head>
in sync with the current route.