Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: are the files for react + redux still required #6

Open
jangalinski opened this issue Jul 23, 2018 · 1 comment
Open

Question: are the files for react + redux still required #6

jangalinski opened this issue Jul 23, 2018 · 1 comment

Comments

@jangalinski
Copy link

Hi Jussi, many thanks for your video course at packt, one of the beest I had so far, learnt a lot, not only about kotlin, but also gradle, springboot and module-architecture.

I am trying to adopt your layout to my own app and wonder: the files in frontend/src/main/kotlin/{react, redux} seem pretty generic. Is it still the case today that I have to manually create and maintain thos files in my kotlin/js frontend or are there libs I can just import with the same behavior?

Thanks
Jan

@Xantier
Copy link
Owner

Xantier commented Jul 23, 2018

Thanks Jan,

I'm glad you found some value from the course.

For React side of things I would nowadays recommend using the 'official' wrappers provided by Jetbrains. You can find them from here: https://github.com/JetBrains/kotlin-wrappers

For Redux I haven't found a good 'authorative' solution quite just yet, due to the library being in the end so simple and bare bones. I feel a wrapper around Redux + React-Redux wouldn't grow too big nor be much of a maintenance problem since both of those libraries are considered feature complete and shouldn't change their interfaces any more in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants