Will the wrappers in kotlin-react-router wrap everything that comes in react-router v7?
I’m curious because the Remix framework is now part of react-router since v7.
t
turansky
11/28/2024, 1:53 PM
Which variant do you need? 😐
cc @Michael Porotkin
m
Moritz Hofmeister
11/28/2024, 2:27 PM
At the moment, none.
I was researching some open source headless commerce platforms and saw that vendure uses remix as their primary storefront template, so I was thinking maybe something similar would be viable in Kotlin/JS if remix was an option.
Moritz Hofmeister
11/28/2024, 2:36 PM
But in that instance, it might make more sense to just stay in the TS world to have the frontend and the backend both in TS.