Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation ? #19

Open
coljung opened this issue Oct 11, 2017 · 1 comment
Open

Documentation ? #19

coljung opened this issue Oct 11, 2017 · 1 comment

Comments

@coljung
Copy link

coljung commented Oct 11, 2017

I have been looking for something that does what your plugin does for a while and it seems as though 'react-spreadsheet-component' might be a winner.

Now, the problem i have is with the lack of documentation.

You have a very brief mention of dispatching the actions and other methods, and then you jump to the demo, which even when downloaded, it comes already bundled, so even then we can't see the source code of how it was built.

I really want to give this plugin a try, i just dont know where to start given the lack of documentation.

Any pointers ?

Thanks a lot in advance.

@noscoped
Copy link

It's not explained in the README, but the demo bundle is based off the example.js:
https://github.com/felixrieseberg/React-Spreadsheet-Component/blob/master/example.js

The actual bundling step is in gulpfile.js:

gulp.task('example', ['transpile-js'], function () {
    return browserify('./example.js')
        .transform("babelify", {presets: ["es2015", "react"]})
        .bundle()
        .pipe(source('bundle.js'))
        .pipe(gulp.dest('./example'));
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants