Git Product home page Git Product logo

falco's Introduction

falco

Falco is a lightweight and speedy Handlebars replacement, gaining speed through focusing on meta-programming, templates are compiled to native DOM manipulation code taking advantage of the speed already in modern browsers.

features

  1. fast as a Peregrine Falcon
  2. direct DOM data-binding
  3. *deferred binding (render on the backend, bind on the frontend without re-rendering)
  4. *interchangeable optimizations
  5. *realtime compiling for development

* work in progress / todo

falco's People

Contributors

coderah avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar Gary Ryan avatar

falco's Issues

build validation stream

need to build this out more but here's the general things to handle:

  • broken tags (html spec)
  • broken tags (inside two different blocks)
  • block missing end

build passthrough of handlebars API

Pretty much a silly idea as you'd want to reference the previous templates and use update to get any real performance, but still a possibility if the general speed over handlebars is actually still better.

side notes:

  • maybe have build option for minimized templates that don't optimize for on the fly updates for this? (aka no binding support other than initial render)
  • this would most likely encourage the incorrect usage of whiskers, if we intend to be high performance this should be scrapped.

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.