Skip to content

ddavis914/sam-samples

 
 

Repository files navigation

SAM Samples

SAM is a new reactive functional pattern which greatly simplifies the architecture of front-ends (native or Web).

This repo focuses on Vanilla JS and Node.js implementations. It contains the following samples:

  • admin-template - an Angular2 admin template modified to implement the SAM pattern
  • aws-alexa samples show how the SAM pattern can be used to implement Alexa skills
  • Blog - a simple CRUD implementation showing how easy it is to create isomorphic implementations with SAM (vanilla.js +/- node.js)
  • Inferno - the rocket sample with an Inferno based view
  • React - counter is a boilerplate SAM implementation in React, child-instance demonstrates how a Parent/Child implementation works, and the Spinner sample shows how a view component can initiate/control a spinner
  • SB-Admin - a simple Web application based on the SB Admin template (node.js with no client-side code)
  • TODOMVC - an implementation of the TODOMVC challenge (vanilla.js)

Some samples are hosted on HyperDev:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 34.3%
  • JavaScript 24.9%
  • HTML 22.3%
  • CSS 18.3%
  • Other 0.2%