-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
No non-react examples #74
Comments
I'm also looking for a simple, pure javascript example, since I'm not yet ready to add react to my code. Something as simple as possible -- load the library via require/import, then populate the sheets and cells by loading a JSON file. I liked LuckySheet, but never could get it integrated with my project. |
On an angular project, you can easily load a react component ;)
With a render parent component calling:
|
@Kreijstal did the method using esm.sh cdn work for you eventually in non react apps? if yes, we can include that in the readme and close this issue. |
Almost! |
lodash/lodash#5107 This bug is already reported in lodash problem is that lodash is not maintained anymore |
Not everyone uses react, can you provide samples, a hello world if you will, of fortune sheet/core? using just vanilla js?
The text was updated successfully, but these errors were encountered: