Giter VIP home page Giter VIP logo

opal-examples's Introduction

opal-examples

Examples with the opal ruby to javascript transpiler.

  1. Hello World

Execute rake build to compile the app.js file, then open index.html in your browser and check the console.

  1. Simple class

We have now implemented a simple ruby class which is used to output data to the browser console. We have also included an auto rebuild using rerun. Use ./build to initiate the build process and open index.html in your browser again and view the console.

  1. Simple Menu

Using the opal-jquery gem we're now demonstrating interaction with elements on the page using Document and Element classes. We added two new gems to the Gemfile so dont forget to run bundler!

  1. Method based Event Handling

With Opal, you can avoid writing anonymous callback functions entirely and just use standard object methods. Here's an example of how to do it.

  1. Http promises

Promises are becoming a big thing in the Javascript world, and thankfully they are also a first-class citizen in Opal. The wrapper around jQuery's ajax methods makes good use of them, so that you can easily handle good requests, error conditions, and run code that works no matter what the response. Here's an example

opal-examples's People

Watchers

 avatar

Forkers

rubycoder

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.