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

Introduction to Ruby Hyperloop

Jimmy Ngu
September 04, 2018

Introduction to Ruby Hyperloop

An introduction of Ruby Hyperloop.

Demo app source code - https://github.com/jimmynguyc/hyperloop-rails-todomvc

Presented during https://www.meetup.com/ruby-malaysia/events/254205595/

Download PDF for clickable links

Jimmy Ngu

September 04, 2018
Tweet

More Decks by Jimmy Ngu

Other Decks in Programming

Transcript

  1. What is Hyperloop? • Previously React.rb • Full-stack modern web

    tooling for SPA • “The Complete Isomorphic Ruby Framework” • Renaming to Hyperstack
  2. Why Hyperloop • Super easy to pick up (tutorials, docs,

    sample apps, etc) • One language - front-end & back-end using Ruby • Operations & models are isomorphic • OOTB pundit style authorization & Server side rendering • Active contributors
  3. Why Not Hyperloop • Fairly new + low adoption =

    almost non existent StackOverflow issues • Framework lock in • You’ll need to learn React & all the accompanying tooling anyways • Extra layer of trans-piling (Ruby -> JS) increases project built time • Bugs?