Create Responsive Grid Layouts in React


Summary of my bookmarked Github repositories from Dec 22nd, 2016

Github repositories

  • react-grid-layout/react-grid-layout

    React-Grid-Layout is a responsive grid layout system designed for React. It allows users to create grid layouts with draggable, resizable, and static widgets. The layout can be customized with breakpoints and supports various features such as bounds checking, serialization, and separate layouts for responsive breakpoints. It is a React-only solution and does not rely on jQuery. The package can be easily installed via npm, and the layout can be defined using an array of objects or by setting layout properties directly on the children. It is compatible with different versions of React and has been used in various projects like BitMEX, AWS CloudFront Dashboards, and Grafana.