What I cannot create, I do not understand - Richard Feynman
When I started learning React I felt whatever it did was pure magic, then I started ...
For further actions, you may consider blocking this person and/or reporting abuse
Found an issue where if you
export default compose(Enhancer)(WrappedComponent)
where
WrappedComponent
extends fromComponent
and
WrappedComponent
overridescomponentDidMount
ofComponent
componentDidMount
will be undefined.(not undefined, but cannot be overridden)Amazing article and thanks for sharing!
thanks, glad that you liked it
-- SPOILER --
children.flat()
--- END SPOILER ---
Great write-up! Thank you.
hahahaha, good stuff! I've love this article, thanks
Thanks, glad that you liked it
This is awesome! Thanks for sharing. It definitely helps to understand the "magic"
Thaks glad that you liked it
Loved the simplicity put into impl. :)
Thanks, glad that you liked it
This is so amazing! I love it. I may do a tutorial some day and I will definitely come back to this post and absolutely tag you! You're awesome.
thanks, glad that you liked it
Intersting and inspiring article!
Can I translate it into Chinese to help more developers?
I will give credit at the top of the article.
Sure please goahead
The original author: pomb.us/build-your-own-react/
I did draw the inspiration from Pomber's post but this post has an all together different approach in implementation, this is way simpler and does not implement hook, vdom and fiber architecture as Pomber's. Is pomber's implementation is 90 lines or was there no post on creating your React before Pomber, Pomber has his own way of making things interesting and this is mine. please read the post before commenting
Good posting, thanks
Thanks for this great article!
Could it be that this implementation doesn't support nested Class Components?
Very well and easy to understand bro.
I have one doubt , why to write __updater inside react-dom as a property of QndReact . We can use it directly as a property of QndReactDom ?