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

Front-end development with React.js

Front-end development with React.js

A talk on React and a live coding session on how to build React apps

Orjiewuru Kingdom Isaac

October 07, 2017
Tweet

More Decks by Orjiewuru Kingdom Isaac

Other Decks in Programming

Transcript

  1. TEXT WHY FRONT-END DEVELOPMENT MATTERS ▸ More people are getting

    connected to the web ▸ There’s need for a better way to present content to the users ▸ Users need to get the content they want easily
  2. TEXT CONSIDERATIONS TO MAKE ▸ Who are the users? ▸

    What content am I serving? ▸ What results do I want? ▸ Do I need to make any conversions?
  3. TEXT WHAT WE’LL BE MAKING ▸ Moodle - A learning

    resource for students ▸ Tools: ▸ HTML / JSX ▸ CSS ▸ JavaScript / React
  4. TEXT WHY WE CHOOSE REACT? ▸ Fast learning curve /

    Clean abstraction ▸ Reusable components ▸ Fast render with Virtual DOM ▸ Easily turn your app into a PWA ▸ Great developer tools ▸ React Native (Who doesn’t want to develop for mobile?)