Dale Jefferson

Dale L. Jefferson

TypeScript, JavaScript, React, React Native

Stateless components in React Native

By Dale L. Jefferson. Published

With the arrival of React 0.14 into React Native, we now have a third way of creating components in React Native, stateless components.

ES7 Async/Await with React Native

By Dale L. Jefferson. Published

Async/Await is a new syntax for writing asynchronous code in JavaScript. Support was added in React Native 0.10 and it’s now reached TC39 stage 3 (candidate).