webflow-react icon indicating copy to clipboard operation
webflow-react copied to clipboard

A CLI tool used to convert a Webflow project to React JS.

Results 38 webflow-react issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/8274669/63848448-82e88800-c998-11e9-8a64-7b59b31ca28f.png)

bug
help wanted

It looks like the CLI throws warnings when rendering HTML, and it isn't generating the /meta/defaultMeta.js either. ![image](https://user-images.githubusercontent.com/8274669/63848339-56cd0700-c998-11e9-8e3c-7dd0e5142e60.png)

bug
help wanted

![image](https://user-images.githubusercontent.com/8274669/63849150-18384c00-c99a-11e9-86f9-46f8ea001ecd.png)

bug
help wanted

Instead of exporting helpers.js, this could be a node module: `import { helpers } from 'webflow-react'` ![image](https://user-images.githubusercontent.com/8274669/63849313-811fc400-c99a-11e9-9653-8ff4c625ba55.png)

enhancement
help wanted

e.g. ![image](https://user-images.githubusercontent.com/8274669/63849467-d22fb800-c99a-11e9-8467-e0b507b76929.png)

bug
help wanted

enhancement
help wanted
good first issue

Let's say you have a component called "menu". And Then you have multiple "menuItem" components inside that menu. A default controller (or meta?) could be generated by the script under...

enhancement
help wanted

If issue #4 gets solved, each controller could go under each component's folder: e.g. ``` components/ header/ controller.js index.js ``` Not sure if it's the best structure, but rather than...

enhancement
help wanted

If we create default controllers #13 , we could add a wfr attribute that generates a starter API structure. For example if a component defined with "wfr-c" also has the...

enhancement
help wanted