1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/content/blog/react-native-intro-dev-meet...

1.8 KiB

title date template summary
React-Native intro dev meeting 2016-03-16 blog Introducing React-Native to the rest of the office

Recently, at DabApps, we've been migrating our mobile app workflow over to using react-native rather than Ionic, mainly because of its near native performance. For the first few projects, there were only a couple of us that knew how to use React Native effectively, and work around the qwerks it has. With the number of app projects growing, we needed to get more people up to speed with the react native workflow, as quickly as possible.

The workflow that we needed to adopt to use react native is an odd one. To keep the quality of our code at the highest possible, whilst keeping the codebase as maintainable as possible. The workflow we use was created by 4 of us, through experiences with both work and personal projects using the framework, and it works rather well. The only problem was that only 4 of us actually knew it.

After a colleague wanted to know more about react-native, and with a couple of potential app projects on the horizon, I set about creating a talk for our (usually) bi-weekly dev meetings, With the aim of trying to get everyone up to speed all in 1 go.

The slides from my talk are available on my GitHub page, and whilst they are primarily relevant to our workflow, I hope they will be able to help anyone else looking to get started with React Native.

React Native is a tricky platform to get started on, but once you understand the qwerks, I believe it truly is the future of cross-platform mobile development!

Click here to view the slides