Upgrade to Pro — share decks privately, control downloads, hide ads and more …

From Native To React Native

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.

From Native To React Native

Talk on ReactNotAConf 2018 Edition.

Avatar for deVladinci

deVladinci

May 02, 2018
Tweet

Other Decks in Programming

Transcript

  1. ?

  2. Pros 1. The whole team can maintain the codebase and

    contribute 2. Cross-platform 3. Compiles to native code 4. Reuse existing native and web logic 5. Speed up development
  3. Cons 1. Not a mature technology 2. Smaller community 3.

    Still need native devs at some point
  4. –W.Edwards Deming “If you can’t describe what you are doing

    as a process, you don’t know what you are doing”
  5. 1. General components 2. Wrap 3rd party libraries 3. Express

    domain concept 4. Handle platform specific UI