Building React Components using Tailwind

Tailwind is a very popular CSS framework that provides low-level utility classes to help developers build custom designs.

In this post, I’ll explain a several different ways you build reusable React components that leverage Tailwind CSSunder the hood, while exposing a nice “Reacty” interface to other components.

React Native on Android Troubleshooting

I’ve been working on a project that involves integrating React Native into an existing Android application. The React Native documentation is great, but there are some gaps when it comes to Android integration, both via the emulator and on the device. Here are some small issues that I ran into while getting React Native to work […]

Front-end Apps with NuclearJS

  At SoundHound, our front-end stack is heavily composed of React Components. About 8 months ago, we naturally began experimenting with Flux implementations as well since the two work well together. We started with the generic Flux implementation, then moved to Reflux, and finally settled on NuclearJS. This post will explain some of our rationale behind what NuclearJS is, […]