reduxkotlin / redux-kotlin

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

[WIP] add react-js TODO example #71

Closed patjackson52 closed 1 year ago

patjackson52 commented 3 years ago

WIP of todo sample with react-js.

Currently imports in jsx files are failing. This is due to the alias in webpack.config.js for "kotlin-library" is failing. After running yarn start the dependency is not found in the specified directory( "build/js/packages/kotlin-react-redux"). It is unclear why or where this dependency is located, or why it is not fetched.

run with yarn start from the examples/todos/js directory