facebook / create-react-app

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

add support for FBT #7200

Open barakd opened 5 years ago

barakd commented 5 years ago

Facebook FBT translations library seems very promising. I was wondering if we can somehow add optional support to it in create-react-app projects, Right now in order to use a project must be ejected in order to add the proper babel configuration. If that's something you find reasonable to support, I'll be more than happy to write a PR for it given the right guidance on how you would approach adding such a support. I wonder if we can come up with something similar to relay-macros solution. Thanks

petetnt commented 5 years ago

Related: https://github.com/facebookincubator/fbt/issues/41