fable-compiler / fable3-samples

Nagareyama (Fable 3) samples
MIT License
48 stars 10 forks source link

Updated "reactComponent" sample, updated deps, fix package.json #6

Closed delneg closed 3 years ago

delneg commented 3 years ago

I've done that, except i'm not entirely sure if we should make this component "stylewise" like the others (weird index.js instead of App.fs.js etc.) Or maybe another way of React component specific for Fable 3 like in the end of this blog post

alfonsogarciacaro commented 3 years ago

Yes, it makes sense to make the sample more consistent with the others and also use the new ReactComponent plugin (can be used with Fable.React by adding the Feliz.CompilerPlugins dependency). But for now making the sample work with Fable 3 is a big first step, thanks a lot for this!