Andrew Clark

Results 29 issues of Andrew Clark

This was replaced by the ChildDeletion flag when we refactored the commit phase.

CLA Signed
React Core Team

Those Relay peeps think they can just swoop in and steal our flux-mentum? Nope!

At this point I'm really happy with Flummox's store API, its isomorphic capabilities, and its React integration story with FluxComponent. The one area that still feels like it needs some...

enhancement
outdated

FluxComponent and fluxMixin use the key `flux` for passing the Flux instance via props and context. This is a natural default, but it should be configurable to enable multiple Flux...

enhancement
outdated

The problem in issue #47 could have been avoided if a better error message were thrown.

enhancement
outdated

The answer is to use the Flux class to pass arguments to Actions and Store constructors.

enhancement
outdated

Conceptually, `getDerivedStateFromProps` is like a `setState` updater function. But it needs to be called *after* all the other updates in the queue, and it must be called exactly once, right...

Let's use this issue to track the remaining tasks for releasing Suspense to open source. **Last updated: March 24, 2022** **Blog post: [The Plan for React 18](https://reactjs.org/blog/2021/06/08/the-plan-for-react-18.html)** ## Completed: React...

Type: Umbrella
React Core Team