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

Create Framer (https://framer.com) prototypes using React (https://reactjs.org/)

Results 2 react-framer issues
Sort by recently updated
recently updated
newest added

For me, the ability to make use of `React.Component`'s `props` and `state` is the real value of this work; though don't get me wrong, the JSX is great too. Even...

When trying to run the example, Webpack complains it doesn't know about the spread operator: ``` /Users/liebchen/Desktop/react-framer/webpack.config.js:24 ...base, ^^^ SyntaxError: Unexpected token ... at createScript (vm.js:74:10) at Object.runInThisContext (vm.js:116:10) at...