Skip to content

Commit

Permalink
v2 (hooks refactor) (#11)
Browse files Browse the repository at this point in the history
* wip

* add example

having some trouble figuring out how to design the effect dependency
flow such that things aren't being triggered at unnecessary times

* yay it's working

* update README

* typo

* only use Suspense if the child to be rendered is React.lazy

Otherwise ReactDOMServer freaks out

* update tests & add one for useContext hook

* add react-is to rollup settings, remove unused babel transform

* unfocus test

* update readme

* ignore trailing slashes

fixes #9

* v2.0.0-alpha.0

* react-is -> ReactIs

* v2.0.0-alpha.1

* new sandboxes for v2
  • Loading branch information
quantizor committed Feb 18, 2019
1 parent f492f0e commit b0fb758
Show file tree
Hide file tree
Showing 14 changed files with 4,645 additions and 787 deletions.
1 change: 0 additions & 1 deletion .babelrc
@@ -1,4 +1,3 @@
{
"plugins": ["transform-class-properties"],
"presets": [["env", { "loose": true }], "react"]
}
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,6 +5,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store
.cache

# Runtime data
pids
Expand Down

0 comments on commit b0fb758

Please sign in to comment.