haferje / browser-base

A boilerplate to start developing for the web fast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pug-inc

A subset of pug templates compiling to incremental-dom functions

Why

Ever see a PHP template? Looks miiiiiiighty similar to the stuff people are building with React, doesn't it...

I'm NOT a fan of code and template mingling. I like my templates to just describe value bindings.

Pug is a really nice, succinct langauge to build nested DOM elements.

Mostly a thought project. Maybe it will take shape. Maybe it won't. Who knows?

Perf

Example is an implementation of an attempt at react-fractals.

About

A boilerplate to start developing for the web fast

License:MIT License


Languages

Language:JavaScript 91.3%Language:HTML 4.8%Language:CSS 4.0%