Skip to content

uchcode/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:

  • 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

  • JavaScript 61.8%
  • HTML 28.5%
  • TypeScript 8.3%
  • CSS 1.4%