https://github.com/alexstormwood/oct23-t3w6-reactrouting
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.2%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: AlexStormwood
- Language: JavaScript
- Default Branch: main
- Size: 105 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
Goals
Goals:
- ReactJS with Vite!
- "Single page application" concept
- React Router package
- Component-based routing (traditional) vs Object-based routing (new)
- Nested routes
- component-based absolute
- component-based relative
- object-based absolute
- The "Outlet" component
- Links
- # links to on-page content
- NavLinks
- Redirection
- Navigate (component)
- useNavigate (sneak-peek at React hooks!)
- Maaaaaaaaaaaaaaaaybe route params
- this would be a lot easier with more React hooks knowledge!
Owner
- Name: Alex
- Login: AlexStormwood
- Kind: user
- Location: Sydney
- Company: @BigfootDS
- Website: www.bigfootds.com
- Repositories: 2
- Profile: https://github.com/AlexStormwood
Game & XR developer based in Sydney, Australia. Main tools are Unity3D and C#. Working for myself as BigfootDS, and working for Coder Academy as a teacher.
GitHub Events
Total
Last Year
Dependencies
- 319 dependencies
- @types/react ^18.2.66 development
- @types/react-dom ^18.2.22 development
- @vitejs/plugin-react ^4.2.1 development
- eslint ^8.57.0 development
- eslint-plugin-react ^7.34.1 development
- eslint-plugin-react-hooks ^4.6.0 development
- eslint-plugin-react-refresh ^0.4.6 development
- vite ^5.2.0 development
- react ^18.2.0
- react-dom ^18.2.0
- react-router-dom ^6.23.1