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.
TypeScript, JavaScript, React, React Native
With the arrival of React 0.14 into React Native, we now have a third way of creating components in React Native, stateless components.
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).