Giter VIP home page Giter VIP logo

f.js's Introduction

Hey ๐Ÿ‘‹

I'm Paulo, I've been a web developer for over a decade.

Strong opinions

Fun facts

  • I'm from Mozambique ๐Ÿ‡ฒ๐Ÿ‡ฟ -- The only country in the world whose name is made of a single word containing all vowels. And also one of the few 4 countries in the world with an AK-47 on its flag... Don't try me! ๐Ÿ˜‰
  • Once upon a time I found a bug in Firefox's ๐ŸฆŠ flexbox implementation
  • I collect the illest jokes about programming ๐Ÿ˜†
  • On Sundays I practice the Evil cult of Vim at the church of Emacs

Want more? Visit paulophagula.com

f.js's People

Stargazers

 avatar  avatar

Watchers

 avatar

f.js's Issues

add core method's chainning

An excerpt of the example code reads:

    // Application initialization
    // ---

    // Start by creating the core
    var core = new F.Core();

    // Setting configuration for the app
    core.setConfig({debug: false}); 

    // Register global error handler
    core.dispatcher.subscribe('error', function(error){
        console.log('error: ', error); // Could be send via email
    });

    core.registerService("actionCreator", [], actionCreatorSvcFactory, {});
    core.registerService('todoStore', ["core"], todoStoreSvcFactory, {});

    // notice: the second parameter stating on which ext the modules depends
    // notice: the third parameter stating on which stores the module depens
    core.registerModule('todomvc', ["actionCreator", "todoStore"], TodoMVC, {});

This has many calls to the cores methods. So maybe return this on those methods so we can chain them up.

Add push state to router

The current router implementation does not provide push state available in modern browsers. Update the router to include this feature and make use of it depending on the browser being used.

Issue with primary library provider has been opened at mmikowski/urianchor#13

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.