Abel Toledano
Results
3
comments of
Abel Toledano
@BKcore, in case you're still interested, I've created a package to add simple carlo bindings to any `create-react-app`, it may work for you. https://github.com/atabel/carlo-cra
I think this doesn't fix the issue. For example, if we have 2 Monocle views: `view1.coffee` ``` coffee class __View.View1 extends Monocle.View template_url: "templates/view1.mustache" ``` `view2.coffee` ``` coffee class __View.View2...