/react-native-under-the-hood-demo

👨‍🏫 Demo showcase of using the react-native bridge and the effects of using the Animated API

Primary LanguageJavaScriptMIT LicenseMIT

Table of Contents

React Native Under the Hood

This repository showcases how the javascript thread does not influence the main UI thread in React Native. It shows you the importance of having some under the hood knowledge when working on a React Native App, especially when working with heavy animations. The impact of a good implementation of the Animated API is demo'ed as well.

State Management

This part showcases some alternatives for Redux when doing state management in a React Native App. Why would you and why wouldn't you?