Code Monkey home page Code Monkey logo

songary's Introduction

Songary Build Status Dependency Status devDependency Status

Your personal song book. Demo.

Made with Este.js.

Still under development.

Install and run

Read Este.js.

Demonstrated Techniques

  • frontend/mobile/offline first
  • isomorphic web app
  • Closure Tools
  • Facebook React with Flux
  • one way data flow
  • polymes-gestures
  • global error handling of sync and async code
  • Promises
  • app state persisted in localStorage
  • pending navigation and other SPA UX patterns
  • clean code via dependency injection with awesome DI container
  • statically typed code written in CoffeeScript
  • killer React.js HTML syntax
  • finest dev stack

Why Facebook Flux is better than XYZ?

Because Ember observers and bindings, or Backbone model events, or Angular scope events propagation, mixes app model with app data flow, irreversibly.

Imagine you have two models, A and B. And you would like to change B whenever A is changed. Events and bindings work well unless you need to change only A under some condition. Got it? Flux uses waitFor method to explicitly describe what should be changed.

Or imagine you have A, B, C, D, E, F, G, H listening each other. Can you tell what happen when A dispatches change event? Without reading several source files? Without debugging? Hardly.

Why CoffeeScript?

I like CoffeeScript and significant whitespace. I'm enjoying CoffeeScript for years and it just works. But I understand that some people doubt about CS future, or simply doesn't like it. I will add gulp task to switch to plain old JavaScript soon. It will just delete *.coffee files and update .gitignore. Done. Now you have JavaScript version :-) But I would like to do more than that. Yes, ES6 is coming in town. I will add ES6 version once Closure Compiler finish its work.

songary's People

Contributors

steida avatar

Watchers

 avatar

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.