https://github.com/sarmadrehman/world-wise
https://github.com/sarmadrehman/world-wise
eslint-plugin react reactcomponents reactrouter reactvite single-page-applications
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sarmadrehman/world-wise
- Owner: SarmadRehman
- Created: 2024-03-11T21:52:55.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T11:30:47.000Z (almost 2 years ago)
- Last Synced: 2025-03-03T03:44:09.102Z (about 1 year ago)
- Topics: eslint-plugin, react, reactcomponents, reactrouter, reactvite, single-page-applications
- Language: JavaScript
- Homepage:
- Size: 959 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
# Css Rules
## FOR A .module.css FILE ALL THE STYLES DEFINED LIKE .nav WOULD BE GIVEN A RANDOM ID WHICH IS ATTACED WITH THEM IN BROWSER CHECKING THEM TO BE USED ELSEWERE NOT IMPOTED FOR THIS REMEDY IS
using a syntax like :
`css`
.nav :global(.active) {
background-color : green ;
}
FOR APPLYING CERTAIN STYLES NECESSARY