Skip to content

Commit

Permalink
feat(react-hooks): introduce react hooks (#54)
Browse files Browse the repository at this point in the history
Add helpers and example project + docs for react support.

Adjust examples to use local filesystem references instead of unpkg links to improve UX.

Refactor build scripts to better handle multi module-systems.
  • Loading branch information
noherczeg authored Feb 24, 2023
1 parent 5868f2c commit 6e01203
Show file tree
Hide file tree
Showing 73 changed files with 9,791 additions and 7,994 deletions.
Binary file added docs/logo_pandino.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ or in certain cases install them via NPM! Using CDNs is not mandatory.
## Activator Resolvers

- [umd-bundle-ts](./umd-bundle-ts)

## React integration

- [react-systemjs](./react-systemjs)
Loading

0 comments on commit 6e01203

Please sign in to comment.