facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.83k stars 26.88k forks source link

Add fable-fsharp support to create react app #9060

Open jkone27 opened 4 years ago

jkone27 commented 4 years ago

Is your proposal related to a problem?

Would be nice to have a template in create react app with Fable.js (F#) instead of Typescript as a transpiled language

(Write your answer here.)

Describe the solution you'd like

A similar approach exists for typescript, but instead would be nice to have one for F#/ Fable.js (which can happilly run on react as well)

https://create-react-app.dev/docs/adding-typescript/

Describe alternatives you've considered

A simple alternative is using the fable template, but most people use the create-react-app package, so this would be nicer : )

Additional context

https://fable.io/

jkone27 commented 2 years ago

this is really awesome also: https://zaid-ajaj.github.io/Feliz/ , take a change of considering this !