1
Fork 0
theorangeone.net-legacy/content/posts/react-native-intro-dev-meeting.md

24 lines
1.9 KiB
Markdown
Raw Normal View History

2017-05-06 19:02:49 +01:00
---
2020-05-31 11:24:41 +01:00
title: React Native intro dev meeting
2017-05-06 19:02:49 +01:00
date: 2016-03-16
2020-05-31 11:24:41 +01:00
subtitle: Introducing React Native to the rest of the office
2017-07-24 09:06:46 +01:00
image: https://facebook.github.io/react-native/img/opengraph.png
2017-08-19 16:15:51 +01:00
repo: RealOrangeOne/react-native-intro-dev-meeting
2017-05-06 19:02:49 +01:00
---
2020-05-31 11:24:41 +01:00
Recently, at DabApps, we've been migrating our mobile app workflow over to using [React Native](https://facebook.github.io/react-native/) rather than [Ionic](http://ionicframework.com/), 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.
2017-05-06 19:02:49 +01:00
2020-05-31 11:24:41 +01:00
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 four of us, through experiences with both work and personal projects using the framework, and it works rather well. The only problem was that only four of us actually knew it.
2017-05-06 19:02:49 +01:00
After a colleague wanted to know more about react-native, and with a couple of potential app projects on the horizon, I created a talk for our (_usually_) bi-weekly dev meetings, with the aim of trying to get everyone up to speed, all in one go.
2017-05-06 19:02:49 +01:00
The slides from my talk are available on my [GitHub](https://github.com/RealOrangeOne/react-native-intro-dev-meeting) 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!
2018-01-21 21:45:32 +00:00
{{< iframe src="https://react-native-intro-dev-meeting.netlify.com/" >}}
The Presentation
{{< /iframe >}}
{{< repobutton >}}