requireing and converting JSX files (https://babeljs.io/docs/usage/require/)I'm just starting to dig in here, I see that the project is on 1.0.8 now.
Is this "1.x" milestone still valid?
got some status on this topic?
+1
so actually i've written my own adapter for react based on: tnottu/fractal-twig-adapter - it's far from perfect but it was not a big challenge to get started with.
For future references: I built my own adapter too (using babel), you can find the source code here https://github.com/guzart/fain/blob/v0.9.0/packages/fain-src/lib/frctl-react-adapter/adapter.js
PS: Thank you for open sourcing fractal.
Be cool to see this as a combined project/adapter as a standalone as an extra to Fractal :)
For those who stumble on this from a Google search like me: There's also an experimental React adapter by Fractal here: https://github.com/frctl/react-adapter
Most helpful comment
For future references: I built my own adapter too (using babel), you can find the source code here https://github.com/guzart/fain/blob/v0.9.0/packages/fain-src/lib/frctl-react-adapter/adapter.js
PS: Thank you for open sourcing fractal.