Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babelute-html

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babelute-html

Babelute HTML5 DSL and its isomorphic rendering engines. World's fastest, lightest and simplest.

  • 0.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

babelute-html

npm npm-downloads licence dependecies dev-dependencies

HTML DSL for Babelute. So simple, so powerful.

  • One of the lightest modern pure js html lib avaiable (around 4Ko gzipped with dependencies)
  • One of the fastest DOM diffing engine (fastest than Mithril in chrome and firefox - around 10 times faster than React)
  • Natural Web Components definition and usage.
  • Natural and clean React-like one-way data-binding (or no-binding-at-all)
  • Natural and easy DSL encapsulation/extension.
  • Simple and easy to understand algorithm. No more esoteric interpretation or optimisation trick. You are the master.
  • Diffing algo that will show excellent behaviour when scalling. More components you have, more optimisation happend.
  • Absolutly non-obstrusive (but need immutables). Play really well with other libs (redux, immutables, jquery, ...).
  • Perfectly isomorphic.
  • Ultra fast server side string rendering.

And of course as a Babelute DSL, it could be used along with ALL other Babelute's DSL. Specifically, it will be used heavily as HTML translation target for any Babelute sentences that need HTML representation. (By example : babelute-doc, babelute-aright, babelute-fs, babelute-cooking, ...)

It provides :

  • 2 lexicons

    • the HTML5 keywords lexicon
    • the HTML5 meta-tags (and social medias add-ons) lexicon
  • 4 Pragmatics engines

    • html-to-string
    • html-to-dom
    • html-to-dom-diffing
    • html-two-pass-string (for real server side isomorphism)

It could be extended for any other rendering engine. By example there is already babelute-deathmood or babelute-vdom.

What is really elegant, is that none of the concepts or the tools needed to achieve this has been made for html handling. All this comes directly from Babelute DSL paradigm and is in fact just its application (one among all other DSLs).

Licence

The MIT License

Copyright 2016-2017 (c) Gilles Coomans gilles.coomans@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Keywords

FAQs

Package last updated on 23 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc