Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 651 Bytes

File metadata and controls

16 lines (8 loc) · 651 Bytes

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?