rsnext/examples/with-mobx-react-lite/.babelrc
John Lombardo 5e4886cdb9 Port with-mobx to with-mobx-react-lite (#6617)
Replicates the behaviour of the `with-mobx` example but implemented using `mobx-react-lite` and React context.

I'm still working out a best practice regarding actions and welcome feedback on anything.
2019-03-16 16:47:28 +01:00

5 lines
40 B
Text

{
"presets": [
"next/babel"
]
}