@artsy/fresnel VS dripsy

Compare @artsy/fresnel vs dripsy and see what are their differences.

@artsy/fresnel

An SSR compatible approach to CSS media query based responsive layouts for React. (by artsy)

dripsy

🍷 Responsive, unstyled UI primitives for React Native + Web. (by nandorojo)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
@artsy/fresnel dripsy
8 7
1,209 1,939
1.9% -
7.2 6.2
21 days ago about 2 months ago
TypeScript TypeScript
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

@artsy/fresnel

Posts with mentions or reviews of @artsy/fresnel. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-17.
  • Responsive Rendering With SSR
    2 projects | /r/reactjs | 17 Oct 2022
    This! If you want to limit double rendering afterwards you could look into something like fresnel to automatically unmount unused breakpoints’ components after hydration.
  • I’ve built two type-safe React hooks that will help you in making your apps more accessible
    1 project | /r/typescript | 20 Jan 2022
    the SSR default I'm guessing is the fancy one, it feels like due to SSR the most flexible way is to use media queries so it is correct on the first paint. maybe components would be better than hooks, something like https://github.com/artsy/fresnel
  • How to combine React Native Web + responsivity + NextJS SSR, to get SEO
    5 projects | dev.to | 8 Sep 2021
    This article is extracted from this github discussion, which goes into greater detail on how to achieve this with the libraries Dripsy (a component design system) and Fresnel (SSR w/ media queries).
  • SSR for multiple breakpoints using React
    6 projects | dev.to | 31 Aug 2021
    Also, take a look at a library @artsy/fresnel, which uses a similar approach to solve CLS issues in server-side rendered applications.
  • Magnus UI vs. Dripsy - Chakra UI alternatives for React Native (+Web)
    7 projects | dev.to | 10 Jun 2021
    If you want both SSR and RNW, then you are not so lucky. But you can read my research of the options you have, in this discussion: How to combine React Native Web (RNW) + Responsive styles (media queries) + NextJS Server-Side Rendering (SSR), to get SEO on the web. If you don't want to make a compromise like the current options, there is a library called Fresnel, which has some promise to afford this combination. But it is not quite there yet. So please consider contributing to Fresnel in the RNW+NextJS compatibility issue or the useMedia() hook issue, so that Dripsy could be upgraded to use Fresnel again to support SSR.
  • Making Next.js work with react-responsive
    1 project | /r/reactjs | 1 May 2021
    Something I starred a while ago: https://github.com/artsy/fresnel
  • How to use ChakraUI on native mobile?
    9 projects | dev.to | 1 Apr 2021
    Uses actual CSS breakpoints on web, to become responsive, even when using SSR. Uses Fresnel to achieve this. CSS breakpoints on web will rely on the mobile device's user agent for most cases. But since this can be inaccurate, it also uses pre-emptive server-side breakpoint generation. Basically, if the mobile user-agent cannot be accurately detected, Fresnel renders all media query breakpoints on the server (a bit of extra work for the server, since it might lead to rendering more components). So the client's browser will receive all breakpoints on first render and can immediately start rendering according to the correct ones. Instead of waiting for React to rehydrate before only then running the media queries with CSS-in-JS, which would have given latency and potentially unwanted visual side-effects. This becomes most acute when you are using SSR, and thus don't want to wait for rehydration on the client to start showing the responsively laid out content.
  • Full Stack Quiz Game with NextJS - My Journey
    4 projects | dev.to | 13 Nov 2020
    @artsy/fresnel - Lib to create media queries components in JSX.

dripsy

Posts with mentions or reviews of dripsy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-06.

What are some alternatives?

When comparing @artsy/fresnel and dripsy you can also consider the following projects:

css-modules - Documentation about css-modules

react-native-extended-stylesheet - Extended StyleSheets for React Native

react-toastify - React notification made easy 🚀 !

react-native-media-query - Media queries for react-native and react-native-web

expo-next-react-navigation - â›´ Make Next.js and react-navigation play nicely together with an Expo/React Native Web app.

chakra-ui - ⚡️ Simple, Modular & Accessible UI Components for your React Applications

expo-cli - Tools for creating, running, and deploying universal Expo and React Native apps

ChatUI - The UI design language and React library for Conversational UI

zeit-ui-react - A design system for building modern websites and applications.

detect-responsive-traits - Determine responsive traits to only server-side render markup truly needed.