ConferenceReact India 2023 · 2023-10-15
WordPress-like plugins, but for Next.js
Join me on my journey of creating the Next.js WordPress-like Plugin System, an experiment that enhances Next.js applications by allowing easy installation and customization of plugins for features like Google Analytics, Social Login, and E-commerce.
ConferenceReact Nexus 2023 · 2023-07-06
Building a "Universal" CSS-in-JS library
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.
ConferenceApp.js Conf 2022 · 2022-06-09
The State of One Codebase For All The Platforms
How can we have one codebase for mobile and web when both of them have different APIs and behavior? Sanket covered the behavioral and technical differences between web and mobile platforms.
ConferenceReact Native EU 2021 · 2021-10-18
Building Accessibility Hooks for React Native & Web
Accessibility shouldn't be a choice that developers should make. It should go without asking. My team and I have built a set of React hooks that make it easy to build accessible React Native and Web components that complies with the WAI-ARIA standards.
ConferenceReact Native Meetup · 2021-03-31
React Native Panel Discussion
Panel discussion with Sanket Sahu, Aman Mittal, Evan Bacon, and Satyajit Sahoo about the state and future of React Native.
ConferenceReact Europe 2020 · 2020-05-17
Building a Design Tool for React in React
Bringing Designer and Developer on the same repo with React Native Builder. Don't just prototype but code as a designer.
ConferenceReact Europe 2018 · 2018-05-21
Design meets Code with BuilderX
Introducing BuilderX, a design tool that generates clean React Native code, bridging the gap between designers and developers.
ConferenceReact Summit 2023 · 2023-06-06
Bringing Controversial Ideas to React
Explored unconventional approaches to React development, including alternative state management and custom optimization techniques.
Topics covered
- Discussed using MobxStateTree instead of Redux
- Implemented custom re-renders for performance optimization
- Advocated for experimenting with unconventional architectures
- Emphasized value of challenging established norms