FormidableLabs / freactal

Clean and robust state management for React and React-like libs.
MIT License
1.65k stars 46 forks source link

Provide a UMD build + `es/` output. #44

Closed aweary closed 6 years ago

aweary commented 7 years ago

Some people still use/prefer UMD libraries. Providing one also means you could load freactal from a CDN like unpkg, which would be useful for reproducing issues (creating JSFiddles, for example)

ryan-roemer commented 6 years ago

Let's also do es/ output with import|export support too.

ryan-roemer commented 6 years ago

Implemented!