Thanks for replying... You can parse JSON safely using the excellent bs-json library. I Googled bs-json and it looks like Go code of parsing/stringifying JSON. Uncertain yet. Will try. You can easily keep global state in the root component though. Components in our app are nested heavily. By putting data in root, accessing and manipulating would require passing methods along the tree. Won't be very easy as project group, I think. But you will quickly find yourself taking advantage of more and more features because they are so elegant and they express so much. At least brought me a little more confidence. :D Your existing build pipeline doesn't even need to care about Reason, because the JavaScript outputs will be co-located with your original JavaScript sources. I read some examples before. It appears Reason projects does not use Webpack like we normally do in CoffeeScript/Babel/TypeScript? Any good example out there I can use? Or has Reason community agreed to the way of how to use Webpack?
