Tram-One / tram-one

🚋 Legacy View Framework For Vanilla Javascript
http://tram-one.io/
MIT License
36 stars 8 forks source link

Existing Effects & Refs #196

Closed JRJurman closed 2 years ago

JRJurman commented 2 years ago

Summary

This PR makes updates to how useEffect works, mostly in prep for #173

Fixes #130 Fixes #166 Fixes #112

Changes

Additional Changes

Version Bump: Minor

This PR adds new functionality, that should not be breaking in any previously declared way. It's not required by any means for existing projects, so minor feels like the most appropriate here.

Checklist