Sang Tran

Results 13 issues of Sang Tran

Working example ``` function Comp() { return my comp } export default forwardRef(Comp) ``` Non-working example ``` function Comp() { return my comp } export default forwardRef(Comp)

Facebook API v3 will stop working from July 28, 2020 (1 month from now) https://developers.facebook.com/docs/graph-api/changelog ** READ THIS FIRST! ** #### Are you implementing a new feature? no #### Is...

## Summary https://react.dev/reference/react/useActionState ```javascript const [state, action] = useActionState(reduce, initState) return hit me! ``` It looks like the docs are assuming that the `reduce` parameter function never throws an error...

React 19