framework7-react-base icon indicating copy to clipboard operation
framework7-react-base copied to clipboard

using Framework7 with React - simple app

Results 4 framework7-react-base issues
Sort by recently updated
recently updated
newest added

How to run this project?after I execute "jsx --watch src/ build/",I don't know how to do next?

React.createElement is undefined. Am I missing a step?

It looks like the new jsx parser from react-tool will generate a call to `React.createElement` which is only available in newer versions of reactjs.

Please, remove `-g` switch in README and adjust path to point to `node_modules/react-tools/bin/jsx`. Global installs should only be performed by system package managers such as apt, pacman and nix-pkg. Not...