fable-compiler / fable-react

Fable bindings and helpers for React and React Native
MIT License
275 stars 66 forks source link

Moving packages outside of this repo #145

Closed alfonsogarciacaro closed 5 years ago

alfonsogarciacaro commented 5 years ago

Hi there!

First of all, thanks a lot for your contributions @forki, @toburger and @MangelMaxime! It's great to have several bindings available for React libraries. However, the approach of having a big repo with multiple packages is proving to be difficult to maintain, because I don't know the packages the bindings are targeting which makes reviewing, updating... difficult.

Because of this, and following what we're doing in other repos (fable-import, fable-powerpack) I'm planning to leave only the code for the Fable.React package here. Can you please move the other packages to your GH profile (or if you prefer, we can create another repo in fable-compiler org if you become the maintainers):

Thanks a lot for your help!

MangelMaxime commented 5 years ago

Sure, I will move it under my GH profile.

toburger commented 5 years ago

I have an existing repo where my transition group samples live: https://github.com/toburger/Fable.ReactTransitionGroup.Samples

I will rename it to Fable.ReactTransitionGroup or Fable.React.TransitionGroup (although there was a problem with this namespace, so I renamed it to the former one) and move the samples to a samples directory... Let me know what else is needed to get it to work with the fable ecosystem.

alfonsogarciacaro commented 5 years ago

That should be enough, thanks @toburger! :clap:

MangelMaxime commented 5 years ago

For people who needs to move the project out of this repository:

Here is the last commit with the projects in the repo

toburger commented 5 years ago

I've finally updated Fable.ReactTransitionGroup to the new API: https://github.com/toburger/Fable.ReactTransitionGroup 😅

forki commented 5 years ago

Ok I moved it to https://github.com/fable-compiler/Fable.ReactGoogleMaps