I’m currently trying to analyse how reasonable it would be to convert a React app into a Purescript React app.
I’ve read the great article by @thomashoneyman here.
But I had a couple of questions in regards to the experience/technicalities of that journey:
-
We’re lucky that the existing React app is written in Typescript so was thinking of utilising those types. Has anyone managed to do that? (I know of this article, but wondered if there was anything more up to date)
-
Has anyone played with something going the other way so Purescript-React app as the wrapper to React components? (we have React components that are complex/useful but the overall architecture routing isn’t the best and to have that as PS would be really nice)
-
What was the overall experience of the conversion any caveats that one should look out for?
Any experience on this would be great