reduxkotlin / redux-kotlin

Redux implementation for Kotlin (supports multiplatform JVM, native, JS, WASM)
https://reduxkotlin.org
MIT License
426 stars 32 forks source link

update references to createStore to createThreadSafeStore #53

Closed patjackson52 closed 4 years ago

patjackson52 commented 4 years ago

Update docs and examples to use createThreadSafeStore in most cases. This is the recommended function to create a store and should be used almost everywhere.