GitHub / itsdouges/react / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| c61e0f0d | Added a clarifying comment to SearchInput | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| f2e2637c | Backwards compat fix for ReactCurrentDispatcher on older react versions (#14770) |
Brian Vaughn <b****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| e77ba003 | Replaced SearchContext useStates with useReducer and fixed an edge-case searc... | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| 1107b967 | [TestUtils.act] warn when using TestUtils.act in node (#14768) |
Sunil Pai <t****e@o****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 0975ea32 | eslint-plugin-react-hooks v1.0.0 | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| d827445a |
Add 16.8.0 changelog and update some READMEs (#14692)
Co-authored-by: gaearon <d****v@g****m> |
Dan Abramov <d****v@g****m>
Committed by: Brian Vaughn <b****n@g****m> |
over 7 years ago | |
| bc9818f2 | Scheduler.unstable_next (#14756) |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| b5398a91 |
Add 16.8.0 changelog and update some READMEs (#14692)
Co-authored-by: gaearon <d****v@g****m> |
Dan Abramov <d****v@g****m>
Committed by: Brian Vaughn <b****n@g****m> |
over 7 years ago | |
| ce6ecd3f |
Add 16.8.0 changelog and update some READMEs (#14692)
Co-authored-by: gaearon <d****v@g****m> |
Dan Abramov <d****v@g****m>
Committed by: Brian Vaughn <b****n@g****m> |
over 7 years ago | |
| 008a2ab9 | 16.8.0 | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| d1326f46 | [TestUtils.act] fix return result checking (#14758) |
Sunil Pai <t****e@o****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 998e69a1 | Added search support | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| 267ed981 | expose `TestUtils.act()` for batching actions in tests (#14744) |
Sunil Pai <t****e@o****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| e723ec82 | Added $r support | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| ce7f060e | Cleaned up property borders | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| 6dc3fa6f | Cleaned up style vars | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| fb3f7bfd | Avoid importing Scheduler directly (#14757) |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 15661411 | Strip React elements from serialized data (and display <name/> instead | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| 33deb79c | Added simple hooks support (same as in legacy DevTools for now) | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| d0d5b677 | Added better context support | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| 6f952ede | Fixed regression in browser shell | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| b56bc1a6 | Initial pass at properties panel. Lots of TODOs remaining. | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| 81470a00 | Add missing 16.6.1 changelog entry |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| e602b529 | Use SameValue instead of === to check for dispatchAction equivalence (#14752) |
Jessica Franco <j****3@g****m>
Committed by: Andrew Clark <g****t@a****o> |
over 7 years ago | |
| e489c3f9 | Update the version with Hooks proposal in README (#14751) |
SToneX <s****r@u****m>
Committed by: Brian Vaughn <b****n@g****m> |
over 7 years ago | |
| 406df2a6 | Added properties panel and selected element context | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| c21c41ec | Tweak invalid Hook warning and error (#14747) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 9aa6e13d | Tidied up devtools frontend a little | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| fec00a86 | Typo in comment (#14739) |
Deniz Susman <s****z@g****m>
Committed by: Philipp Spiess <h****o@p****m> |
over 7 years ago | |
| ad74c546 | Adding tearing warning to Store | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| 1866aef6 | Fixed small CSS bug | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| 1eccdd6f | Moved search icon into separate React component | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| 89f4955b | Don't show roots in Elements tree | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| bdfaeede | Fixed potential race cases in bridge/store/backend initialization | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| 66eb2937 | Restrict effect return type to a function or nothing (#14119) |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 62f8c985 | Added stub search row (not connected to anythign yet) | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| 43c4e5f3 | Add method for forcing a lower framerate |
Nathan Schloss <n****s@f****m>
Committed by: Andrew Clark <g****t@a****o> |
over 7 years ago | |
| 51c07912 | Warn when second argument is passed to useCallback (#14729) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 6363fc07 | Tweaked error message to provide more helpful info if shown | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| ca6151ca | Reload extension on navigate | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| 6d37857d | Fixed an Array type bug in Store | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| a60c8e13 | Renamed app.js to App.js for consistency | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| 037071c0 | Remove root from "roots" list on unmount | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| 1f46df66 | Tidying up | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| 70d40758 | Move Hook mismatch warning to first mismatch site (#14720) |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| ba6477aa | Improve Reducer Hook's lazy init API (#14723) |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| cb1ff430 | Phased dispatcher (#14701) |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| f542f879 | Added inline comments for types | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| fc4af4d0 | Fixed text wrap bug in extension panel | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| fdfadef9 | Refactored bridge to support transferrables (e.g. typed array buffers) and ad... | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| 3f93b029 | Replaced node objects with typed array of tree operations; windowing works in... | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| c9a5f8cc | Stashing partial windowing implementation | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| b7cbd382 | Misc updates to better handle tearing and add some future TODOs | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| 9d483dcf | Spelling abitrarily -> arbitrarily (#14710) |
Peter Donald <p****r@r****g>
Committed by: Dan Abramov <d****v@g****m> |
over 7 years ago | |
| 6d5ea54e | change codeofconduct link (#14711) |
DeepCold <d****y@g****m>
Committed by: Dan Abramov <d****v@g****m> |
over 7 years ago | |
| e19c9e10 | Fix issue with multiple code branches in hooks linter (#14661) |
Yurick <y****d@g****m>
Committed by: Dan Abramov <d****v@g****m> |
over 7 years ago | |
| f11a9c1c | State update bug in concurrent mode (#14698) |
Brian Vaughn <b****n@g****m>
Committed by: Andrew Clark <g****t@a****o> |
over 7 years ago | |
| 13ca26e1 | Removed throttling. It's too error prone because of mutations (Fibers). We'll... | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| e679a4b6 | Fix typo in code comment (#14696) |
Greg Hurrell <g****g@h****t>
Committed by: Dan Abramov <d****v@g****m> |
over 7 years ago | |
| 8bcc88f2 | Make all readContext() and Hook-in-a-Hook checks DEV-only (#14677) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| d57ec695 | Added initial Chrome/Firefox shells | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| 6cb26774 | Enable hooks! (#14679) |
Brian Vaughn <b****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 73962c36 | Revert "Revert "Double-render function components with Hooks in DEV in Strict... |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 99443922 | Put DEV-only code into DEV blocks (#14673) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| f881c323 | Added Prettier (and formatted code) | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| d02b4a27 | Throttle bridge traffic for Elements tree updates | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| f0befae6 | Tweak context invariant message (#14671) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| a129259a | Disallow reading context during useMemo etc (#14653) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| c068d31c | Add unit tests for concurrent mode event dispatching (#14415) |
Sebastian Markbåge <s****n@c****u>
Committed by: Dan Abramov <d****v@g****m> |
over 7 years ago | |
| db695c4d | Bump GCC (#14657) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 38247cba | --save is no longer needed (#14302) |
SamCortopassi <4****i@u****m>
Committed by: Sunil Pai <t****e@o****m> |
over 7 years ago | |
| 3f0bcaf0 | Importing React for the first example. (#14346) |
Ramón Chancay Ortega <r****y@g****m>
Committed by: Sunil Pai <t****e@o****m> |
over 7 years ago | |
| ecd919a2 | RFC: warn when returning different hooks on subsequent renders (#14585) |
Sunil Pai <t****e@o****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 7b9a8e98 | Added a super basic README | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| 5e0dfdac | Initial commit | Brian Vaughn <b****n@f****m> | over 7 years ago | |
| 3fbebb2a | Revert "Double-render function components with Hooks in DEV in StrictMode" (#... |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 5fce6488 | Revert "Disallow reading context during useMemo etc" (#14651) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| fe2ecd27 | Add test coverage for readContext() on the server (#14649) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 8f45a7fd | Warn about incorrect use of useImperativeHandle() (#14647) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 1fcbd224 | Disallow reading context during useMemo etc (#14648) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 2a084f51 | Warn about refs on lazy function components (#14645) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| b5a3df6e | Fix typo (#14560) |
Linchengyi <z****q@1****m>
Committed by: Dan Abramov <d****v@g****m> |
over 7 years ago | |
| 9c146e67 | fix typo (#14316) |
liunian <d****j@g****m>
Committed by: Dan Abramov <d****v@g****m> |
over 7 years ago | |
| baa6d40f | Mention forwardRef() in <Fn ref={...} /> errors and warnings (#14644) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| a1414e89 | Double-render function components with Hooks in DEV in StrictMode (#14643) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 10a7a5b5 | Fix synchronous thenable rejection (#14633) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| a2fa6eb9 | Move lazy._result assignment (#14632) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 9120f6c2 | Support sync thenables for lazy() (#14626) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| b66e6e41 | Add directory details to the package.json of all packages (#14628) |
Grey Baker <g****l@g****m>
Committed by: Dan Abramov <d****v@g****m> |
over 7 years ago | |
| 8c1614a2 | Tidy up NPM checkout process (#14631) |
Brian Vaughn <b****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 177fb763 | Warn when second callback is passed to setState/dispatch in Hooks (#14625) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| d17d0b99 | Use public context.report interface in eslint rules (#14623) |
Sebastian Silbermann <s****n@g****m>
Committed by: Dan Abramov <d****v@g****m> |
over 7 years ago | |
| 4f332885 | Fix shallow renderer set instance state after gDSFP before calling sCU (#14613) |
Yi-Shan, Chen <p****4@g****m>
Committed by: Dan Abramov <d****v@g****m> |
over 7 years ago | |
| e1cd83e4 | Throw an error when using hooks inside useMemo/useState/useReducer, or .memo'... |
Sunil Pai <t****e@o****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| be457ca6 | Small tweaks to SSR to match #14594 (#14618) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 17d70df9 | Warn when mixing createRoot() and old APIs (#14615) |
Dan Abramov <d****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 48468093 | Prune NPM metadata fields from packages before re-publishing (#14617) |
Brian Vaughn <b****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 4feab7fc | Add hooks support to ReactShallowRenderer (#14567) |
Dominic Gannaway <t****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 1454a8be | Don't bother comparing constructor when deps are not provided (#14594) |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 71b64d52 | Warn if number of hooks increases (#14591) |
Andrew Clark <g****t@a****o>
Committed by: GitHub <n****y@g****m> |
over 7 years ago |