Building a “Universal” CSS-in-JS library by Sanket Sahu | React Nexus 2023
In this talk, I will introduce gluestack-style, a high-performing CSS-in-JS library for React and React Native. Unlike other libraries, gluestack-style calculates styles during compile-time using a babel-plugin, resulting in reduced processing during runtime. This allows pages created with gluestack-style to even run without JavaScript on the client, including media queries. I will explain why dank differs from React Native Web and other CSS-in-JS libraries and why it can be a complementary tool for developers looking for a streamlined and flexible solution for managing styles in their projects.