Hacker News new | ask | show | jobs
DOM-less Polymer-like approach to building complex JavaScript apps
2 points by akiro 3856 days ago
I've been playing with the idea of a DOM-less Polymer-like library. After few days of hacking this is what I came up with:

https://github.com/arodic/carbon.js

I like Polymer, but I got tired from creating DOM elements and templates for every single piece of encapsulated logic so I made something that allows encapsulation and DOM-like composition in pure JavaScript.

It works with Polymer (with imperative binding only at the moment).

Let me know what you think!

1 comments

This would make a good "Show HN" post.

Start the title with "Show HN :".

Put the URL in the other box.

Don't enter text in the main box.

It might make sense to put add additional information in the README.md for the repository.

Will do! Thanks for the suggestion.