fractal-react-adapter icon indicating copy to clipboard operation
fractal-react-adapter copied to clipboard

Use React as the template engine for Fractal (http://fractal.build) components.

Results 5 fractal-react-adapter issues
Sort by recently updated
recently updated
newest added

Hi Sumul, unfortunately, I cannot get the fractal-react-adapter running. I followed the instructions in your README and I keep getting the following error in the Cart component: `Error: Cannot find...

The docs for creating preview layouts state that layouts are components and should live in the components directory. If I set components to use a JavaScript extension I cannot create...

fractal-react-adapter doesn't work with Babel 7 (which we are using) This commit brings in the latest `babel-plugin-module-resolver` and swaps out `babel-register` for `@babel-register`. WARNING This is a breaking change and...

First off, love this. It's almost perfect for what I need, however I noticed the adapter supports ES6 imports just fine, but doesn't seem to support ES6 exports. Any particular...

https://github.com/sumul/fractal-react-adapter/blob/master/src/adapter.js#L99 Otherwise it's not possible to specify custom plugins via `babelConfig`, eg: ```javascript const reactAdapter = require('fractal-react-adapter')({ babelConfig: { extensions: ['.jsx'], presets: ['es2015', 'es2017', 'stage-3', 'react'], plugins: ['transform-class-properties'] } });...