Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 728 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 728 Bytes

Tiny Flux Implementation

Much of this knowledge is derived from my experience in creating coflux.

Knowing how flux works in general will help you reason about your application. Hopefully it will also inspire ideas to create new and innovative flux libaries!

Writing your own flux library can be quite simple in the basics, but can also get quite complicated when adding flourish.

With that let’s get started! Our tour continues in ./src/store.js.

Thanks