Skip to content
Logo Theodo

Articles for React/React Native

Load Previous Posts

iOS Development from Linux

Richard Miller7 min read

Unfortunately there's no way* to develop an iOS app without a Mac. Fortunately that doesn't mean you need to switch to a Macbook, there is another way. *No legal way.You might find articles suggesting installing OS X (or macOS as it's now…

Continue reading →

The Meetup Checklist

Nathan Gaberel6 min read

Three months ago, we organized our first meetup in London: the React Native London meetup.Fourty React Native developers showed up at our office to discuss the use of Redux alongside React Native and a whole lot of other things. Since then…

Continue reading →

Introduction to React: learn how to make your UI dynamic and awesome!

Corentin de Boisset9 min read

What is React? According to its developers, React is a JavaScript library for creating user interfaces. It is designed to solve one problem: building large applications with data that changes over time. It has had an ultra-fast success lately and is…

Continue reading →

How to quickly improve Users “Loading” Experience?

Nicolas Boutin3 min read

29th October 2015, Amsterdam, Netherlands @Velocity Conf At the last VelocityConf (http://velocityconf.com/devops-web-performance-eu-2015) in Amsterdam, we attended a very interesting talk about waiting phases. You have an app. Everything works, but it's slow and users are bored and some even leave. You can…

Continue reading →

How to quickly develop a quiz component with ReactJS

Benjamin Bonny4 min read

This is a quick tutorial showing how you can develop a simple and reusable component using ReactJS. The need We want a component that can display a quiz. We need to display a question, allow the user to select one or more answers,

Continue reading →