Organizing React Native Styles
Even though it’s really easy to get in the habit of using inline styles all over the place in your components, there might be better ways of organizing your styles for React Native.
Continue Reading
Even though it’s really easy to get in the habit of using inline styles all over the place in your components, there might be better ways of organizing your styles for React Native.
Continue Reading
One of our design goals is that you never have to research and handpick component packages. That’s why, after years building in React, we developed our own React UI component kit. Meet Harmonium.
Continue Reading
If you have ever done mobile development in React Native, chances are you have used a TextInput. And, you’ve probably also used the numerical version of TextInput to create a numerical keypad.
Continue Reading
Don’t use JSON as a configuration file format, unless you have to. Here are all the reasons why – and what to use instead.
Continue Reading
A great way to save hours of time is to always keep cross-browser best practices in mind throughout the process of developing a new site.
Continue Reading