Open jevakallio opened 8 years ago
This is a great starting outline and the substance seems spot on.
Maybe as a next step is doing ye olde
proposed-filename.md
to start targeting what this will look like in terms of pages and sub-tickets (especially for (discuss) items)?
@ryan-roemer @kenwheeler let's discuss in https://github.com/FormidableLabs/formidable-playbook/pull/47.
This here is an outline of a new top-level section for React Native mobile development.
Whereas the existing Frontend playbook content is heavily tooling-focused, I would like this document to also discuss concepts and patterns. React Native is in some ways an immature field and existing React best practices may not always apply, or it might not be clear how to apply them. The likelihood of a developer getting their very first React Native project is also rather high for the time being, and discussing basics and good practices add value.
Initial braindump, let's discuss and align practices with existing Formidable RN work and then revise structure and scope. Many of these topics are minor/contestable and might not be worth including in the playbook. Others might be too large and deserve to be a blog post or a library instead.
The Mobile Playbook
*.ios.js
and*.android.js
component files over switching onPlatform.*
*.styles.ios.js
and*.styles.android.js
to avoid duplication of code/cc @ryan-roemer @kenwheeler