Skip to content

Split this repo in 2: react and react-native #43

Open
@MangelMaxime

Description

@MangelMaxime

Description

We are introducing a new tool in Fable ecosystem called Femto.

The goal of this tool is to help people check if they have the required npm packages installed.

However, we are facing a problem with Fable.Elmish.React because it's using:

  • react-dom API exposed from Fable.React: source
  • react-native API by importing it locally via interop: source

But we don't want the user to install react-native if they are targetting only the browser.

@et1975 Would you agree to split this repo between Fable.Elmish.React and Fable.Elmish.ReactNative?

For info, we are also planning to strip Fable.React from ReactDom API in order to have this tree of deps. And so if you agree, we will prepare up front the Fable.React/ Fable.ReactDom split and then work on Fable.Elmish.React split.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions