facebook/react
Copy this badge! ↑
createSubscription
supports basic subscription pattern
createSubscription-test.js
createSubscription
should support observable types like RxJS ReplaySubject
createSubscription-test.js
createSubscription
Promises
should support Promises
createSubscription-test.js
createSubscription
Promises
should still work if unsubscription is managed incorrectly
createSubscription-test.js
createSubscription
Promises
should not call setState for a Promise that resolves after unmount
createSubscription-test.js
createSubscription
Promises
should unsubscribe from old subscribables and subscribe to new subscribables when props change
createSubscription-test.js
createSubscription
Promises
should ignore values emitted by a new subscribable until the commit phase
createSubscription-test.js
createSubscription
Promises
should not drop values emitted between updates
createSubscription-test.js
createSubscription
warnings
should warn for invalid missing getCurrentValue
createSubscription-test.js
createSubscription
warnings
should warn for invalid missing subscribe
createSubscription-test.js
createSubscription
warnings
should warn if subscribe does not return an unsubscribe method
createSubscription-test.js
provides boolean to tests
index-test.internal.js
createEventTarget
returns expected API
index-test.internal.js
createEventTarget
.blur()
default
index-test.internal.js
createEventTarget
.blur()
custom payload
index-test.internal.js
createEventTarget
.click()
default
index-test.internal.js
createEventTarget
.click()
custom payload
index-test.internal.js
createEventTarget
.focus()
default
index-test.internal.js
createEventTarget
.focus()
custom payload
index-test.internal.js
createEventTarget
.keydown()
default
index-test.internal.js
createEventTarget
.keydown()
custom payload
index-test.internal.js
createEventTarget
.keyup()
default
index-test.internal.js
createEventTarget
.keyup()
custom payload
index-test.internal.js
createEventTarget
.scroll()
default
index-test.internal.js
createEventTarget
.virtualclick()
default
index-test.internal.js
createEventTarget
.virtualclick()
custom payload
index-test.internal.js
createEventTarget
.virtualclick()
.setBoundingClientRect()
index-test.internal.js
ReactART
should have the correct lifecycle state
ReactART-test.js
ReactART
should render a reasonable SVG structure in SVG mode
ReactART-test.js
ReactART
should be able to reorder components
ReactART-test.js
ReactART
should be able to reorder many components
ReactART-test.js
ReactART
renders composite with lifecycle inside group
ReactART-test.js
ReactART
resolves refs before componentDidMount
ReactART-test.js
ReactART
resolves refs before componentDidUpdate
ReactART-test.js
ReactART
adds and updates event handlers
ReactART-test.js
ReactART
can concurrently render with a "primary" renderer while sharing context
ReactART-test.js
ReactARTComponents
should generate a <Shape> with props for drawing the Circle
ReactART-test.js
ReactARTComponents
should warn if radius is missing on a Circle component
ReactART-test.js
ReactARTComponents
should generate a <Shape> with props for drawing the Rectangle
ReactART-test.js
ReactARTComponents
should warn if width/height is missing on a Rectangle component
ReactART-test.js
ReactARTComponents
should generate a <Shape> with props for drawing the Wedge
ReactART-test.js
ReactARTComponents
should return null if startAngle equals to endAngle on Wedge
ReactART-test.js
ReactARTComponents
should warn if outerRadius/startAngle/endAngle is missing on a Wedge component
ReactART-test.js
ReactCache
throws a promise if the requested value is not in the cache
ReactCacheOld-test.internal.js
ReactCache
throws an error on the subsequent read if the promise is rejected
ReactCacheOld-test.internal.js
ReactCache
warns if non-primitive key is passed to a resource without a hash function
ReactCacheOld-test.internal.js
ReactCache
evicts least recently used values
ReactCacheOld-test.internal.js
ReactCache
preloads during the render phase
ReactCacheOld-test.internal.js
ReactCache
if a thenable resolves multiple times, does not update the first cached value
ReactCacheOld-test.internal.js
ReactCache
throws if read is called outside render
ReactCacheOld-test.internal.js
Load More