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

React With Offline First

React With Offline First

Avatar for R AdySurya A

R AdySurya A

July 16, 2019
Tweet

More Decks by R AdySurya A

Other Decks in Programming

Transcript

  1. - R AdySurya A @ri7nz Background ‍♂ - Interested about

    Modern Web Technology & useReact. - Start the journey as Front end since 2018 - present.
  2. - Introducing to Offline First ♻. What this talk is

    ‍♂ - Why React ⚛ ?. - Introducing to PouchDB.
  3. Offline first is a way of building applications where having

    network connectivity is an enhancement, not a necessity. Introducing Offline First
  4. - Reliable application but no reliable Network. Why offline first?

    - Look like Native Apps. - Faster User Experience, both offline or online (*optional).
  5. How? Static Dynamic WEB Apps Resources Static Resources: • HTML

    • CSS • JS • Fonts • Image / Media Dynamic Resources: • Data
  6. - Database in your browser - Can synchronize database in

    server that implements CouchDB replication Protocol - Asynchronous Introducing PouchDB
  7. Why React ⚛ - CRA for make SPA (Single Page

    Application). - Flexible. - Have many library.
  8. Conclusion - We can Focus just in Frontend (Client Side)

    - We can build for fast development - Make user ‍ Happy ❤