sc0ttj / component

A tiny library for isomorphic JavaScript components
MIT License
2 stars 1 forks source link

Feature/use state #37

Closed sc0ttj closed 3 years ago

sc0ttj commented 3 years ago

Added alternative usage: a React-like pattern, with hooks.

Specifically, added a standalone render module, and a modified https://github.com/getify/TNG-Hooks, with more hooks added.

Updated README and build process.