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
Front-end development for React Native is an entirely different ball game, especially when it comes to styling content, because styles are written in JavaScript. At one point or another, you’ll face challenges like a different markup, style properties, number conversions, boundaries, and lots of weird errors. So Brittany gathered up some resources for you.
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
When building applications with React Native, you need to switch between development assets (served from development server) and offline assets (built along with the application archive).
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
New to React or want to start at the beginning? Try our
first article about React— What You Need to Know About React.
A common question from React beginners is “How do I make two components
communicate with each other in React?”
Bryan Joseph demonstrates how to upload files to Amazon S3 using pre-signed URLs from the web and from React Native.
Continue Reading
The Revelry team spent one week building a contact tracing app prototype for the state of Louisiana. Here’s a break down of the process
Continue Reading
This is a complete guide to preparing for and landing a software engineer apprenticeship—that leads to a full-time job! If you want to pursue a career as a software engineer but don’t know where to start, this guide will outline a solid game plan you can follow chapter by chapter or skip around and take […]
Continue Reading
I started using the ink language a few years ago to make little bits of interactive fiction as a hobby. Over time, I’ve come to appreciate the simplicity and utility of the language. Then, I had a realization. There are branching paths and looping stories everywhere in life, not just in games. I started to […]
Continue Reading