Skip to content

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

License

Notifications You must be signed in to change notification settings

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

 
 

Repository files navigation

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?

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%