Skip to content
gforti edited this page Sep 5, 2019 · 8 revisions

Welcome to the HingeJS wiki!

Topics will include best practices, related links and code examples.

What is HingeJS

Hingejs is a web component based library that aims to create reusable custom elements with little to no dependencies. We aim to follow and research best practices about web components. Collaborate and contribute to the web dev community towards the goal of rapid, scalable and high quality web based packages.

Goals

  • Build a starter app generator
  • Reusable Services that are simple yet effective
  • Reusable custom elements that can be dropped into any front end project with little to no dependencies
  • Have a complete suite of custom elements
  • Have many demo apps that can be viewed locally

Where to start

Learn to Build Custom Elements

Reasons to use Custom elements

If you are a web developer then getting started is just a matter of learning how to build custom elements.

Great book on web components

Once that is done understand some good patterns around building one.

Understanding the shadow DOM

Custom Element Code Snippets

Understanding HingeJS

Learn a bit about the SPA Architecture

Development Practices