Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
3,875 contributions in the last year
Activity overview
Contributed to
preactjs/preact,
FormidableLabs/urql,
JoviDeCroock/Hooked-Form
and 5 other
repositories
Contribution activity
May 2020
- JoviDeCroock/nextjs-preact-demo JavaScript
- JoviDeCroock/create-vite-app JavaScript
- JoviDeCroock/vite-hmr-bug JavaScript
- JoviDeCroock/snowpack JavaScript
- JoviDeCroock/create-snowpack-app JavaScript
Created a pull request in pikapkg/snowpack that received 15 comments
Allow HMR to bubble up the tree
This is an initial proof of concept that constructs the tree and sends down the dependents to the messagebus.
Current structure
Map { './App.js' =>…
+96
−3
•
15
comments
- add export maps
- some cleanup
- (core) - handle async errors
- Bump webpack
- add github action for changesets
- version all packages
- start initial next implementation of the webpack plugin
- (core) - Graciously handle errors
- (snowpack) - component runtime check
- version packages
- support displayName capturing
- make next integration
- cleanup
- add snowpack example and improve comp check
- add prefresh vite example
- Add esm + CJS exports
- version packages
- Support vite better
- Add changelog script and version packages
- prepare versioning
- Vite fallback
- Snowpack
- add changeset generation
- reduce variables and use the invalidate api
- refactor core
- Some pull requests not shown.
- (docs) - Fix errors page links
- (babel) - esm-support
- fix syntax issue in document-caching.md
- (next-urql) - streamline client creation
- (next-urql) - bump react-ssr-prepass
- (persisted-fetch) - support persisted get
- (next-urql) - only include prepass in server-build
- (next-urql) - getStaticProps & getServerProps
- (feat) - @urql/exchange-utils
- support css-variables by diffing 'style' during hydration
- fix hydration of textarea
- put rerenderCount on the Component prototype
- Fragment diff issue
- Prevent useReducer from mutating the previous outputted result
- Fix test on IE11 by wrapping the spy helper
- remove circular ref and golf implementation
- polyfill prototype setter in debug
- Add GitHub action to run benches
- Add many_updates benchmark
- 🏌️♂️ rAF check
- Use "babel-plugin-transform-rename-properties" to consistently mangle properties
- release 10.4.3
- fix useEffect regression by using invokeCleanup in unmount
- Fix missing ref with forwardRef and mobx-react
- Release 10.4.2
- Introduce prelease workflow
- Allow cloneElement to create copies of `ComponentChild`
- Add StrictMode to compat/src/index.d.ts
- useReducer: use latest reducer
- remove circular ref and golf implementation
- Remove unnecessary cloning of props
- (graphcache) - Implement offlineExchange
- (graphcache) - Remove deprecated Grapcache APIs
- (chore) Upgrade dependencies
- Graphcache example: allow user to change Graphcache options via buttons on the page.
- (graphcache) - Skip resolvers when writing to the cache
- (next-urql) - getStaticProps & getServerProps
- (graphcache) Validation for Graphcache's opts.updates, opts.resolvers, opts.optimistic
- Put GraphCache errors documentation on website
- (persisted-fetch) Replace js-sha256 polyfill for Node with Node's Crypto API
- Add operationName to GET queries
- (docs) - Add favicon and corresponding manifest
- (suspense) - Fix suspenseExchange affecting subscriptions and add deprecation note
Created an issue in vitejs/vite that received 22 comments
module.hot regression
Describe the bug When using the self-accepting API it transforms main.jsx ...someCode if (__DEV__) { hot.accept((m) => { try { for (let i in m) { c…
22
comments
- Handle asynchronous component errors
- Webpack 5
- Error recovery
- Investigate next constantly resetting hookState
- Next.js plugin
- Define export maps
- Warn for infractions against best practices
- Add tests for /core and /utils
- Next-integration
- Automated publishing
- Automated changelogging
- Introduce ESM and CJS exports
- Limit variable assignment
- Custom hook refresh leaves stale ref
- Vite integration
- Rollup integration
- Snowpack integration
- Parcel integration
- Custom hook isn't present in signatures
- Tryout React-Refresh
- Verify expected behaviour for hook-dependencies
- Only wrap runtime around components
120
contributions
in private repositories
May 1 – May 29