Skip to content
This repository has been archived by the owner on Aug 22, 2018. It is now read-only.

Blog Post: Getting started with React Native #101

Open
orta opened this issue Aug 21, 2016 · 6 comments
Open

Blog Post: Getting started with React Native #101

orta opened this issue Aug 21, 2016 · 6 comments

Comments

@orta
Copy link
Contributor

orta commented Aug 21, 2016

Seeing as I'm picking up all this stuff myself ATM, I should start noting down my path so that others can follow easier.

Base concepts to learn:

  • ES6
  • React
    • Components
    • Rendering Model
    • State
    • Props
  • Flexbox
  • Jest
  • Flow

Useful to grok:

  • Babel
  • Redux
  • TypeScript / Typings

Resources:

@alloy
Copy link
Contributor

alloy commented Aug 25, 2016

I don’t think Redux is necessary/useful to grok in relation to RN. Why do you think it is?

@orta
Copy link
Contributor Author

orta commented Aug 25, 2016

For all of that section it's a "nice to know, but you can totally live without"

But Redux for me is a big mindset changer, after watching the series on it by the creator I really started to understand how a lot of these advantages in this ecosystem are about how settings constraints in a flexible language can give really powerful abstractions.

I include it because it was important in me deciding that overall JS has better abstractions

@alloy
Copy link
Contributor

alloy commented Aug 25, 2016

Gotcha, that’s fair. I would definitely phrase it like that, though, because I think something like Babel is much more important to learn about in terms of starting to work with RN than learning about Redux.

@alexito4
Copy link

Just to add my 5c. That’s a good way of phrasing it. I’m working on a small app and haven’t added Redux (yet). Is interesting and useful to deal with state changes but not required. I have enough work to make RN, Relay and GraphQL work 😂

@jcampbell05
Copy link

Redux I would say is a big changer for your development skills but only once you get to event based / complex apps.

@orta
Copy link
Contributor Author

orta commented Aug 26, 2016

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants