![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
react-awesome-styled-grid-lifecycle-fix
Advanced tools
A responsive grid system layout for React using styled-components
A responsive grid system for React using styled-components
npm i --save react-awesome-styled-grid
styled-components is a peerDependency and must be installed separately.
npm i --save styled-components
Click here for documentation
This grid system is based on Google Material Design.
Number of columns: xs: 4, sm: 8, md: 8, lg: 12, xl: 12
Breakpoints size: xs: 1rem, sm: 48rem, md: 64rem, lg: 90rem, xl: 120rem
for a custom configuration, see this section of documentation
import { Container, Row, Col } from 'react-awesome-styled-grid'
const MyCoolComponent = () => (
<Container>
<Row>
<Col xs={4} md={2} >Col A</Col>
<Col xs={6} md={10}>Col B</Col>
</Row>
</Container>
)
run yarn install
or npm install
to install all dependencies
run yarn docz dev
or npm run docz:dev
to run Docz on port 4000
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
Thanks goes to these wonderful people (emoji key):
Francisco Santos 💻 📖 👀 | Camila Belo ⚠️ | Fábio Henrique Gabriele ⚠️ | Bernardo Mariano 💻 | Ahmed Tarek 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
FAQs
A responsive grid system layout for React using styled-components
The npm package react-awesome-styled-grid-lifecycle-fix receives a total of 0 weekly downloads. As such, react-awesome-styled-grid-lifecycle-fix popularity was classified as not popular.
We found that react-awesome-styled-grid-lifecycle-fix demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.