2 مستودعات
Toolkits specifically designed for React to implement responsive design via media query detection.
Distinct from React Libraries: Focuses on the React-specific implementation of media queries, distinct from general CSS utilities or polyfills.
Explore 2 awesome GitHub repositories matching web development · React Media Query Libraries. Refine with filters or upvote what's useful.
react-responsive is a media query library for React used to implement responsive design by conditionally rendering components based on viewport dimensions. It provides hooks and utilities for viewport detection and monitoring screen characteristics and orientation changes. The library includes a server-side rendering mock and device simulation capabilities. These allow for the manual override of device settings via properties or context to ensure consistent rendering during server-side operations and to facilitate automated UI testing. The project covers device characteristic detection and v
Provides a specialized tool for implementing responsive design in React using CSS media queries.
Autotrack is a JavaScript library for Google Analytics that automatically captures user interactions and page engagement. It provides a system for declarative analytics implementation, allowing web events to be tracked via HTML attributes to avoid writing custom JavaScript for every interaction. The project includes an analytics bundle generator to create minimized JavaScript files containing only the specific tracking plugins required for a project. It also functions as a single page application tracker that monitors changes to the browser history to record virtual pageviews. The library co
Records which media queries match and when those matches change based on the browser window size.