You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explore how react internals work by recreating useEffect, useState and render in 50 lines of code.
Details
Title of the Talk
Wreact - A Worse React
Description of the Talk
I saw this talk from JSConf 2019 and was inspired to try recreate hooks myself. Wreact is a my go at implementing what is demo'd in the original talk but also includes JSX rendering with vite and a very simple pragma. The talk will mainly focus on explaining why the rules of hooks exist.
My Info
Carl Wirkus - Founder of traedi.com
The text was updated successfully, but these errors were encountered:
Summary of talk
Explore how react internals work by recreating useEffect, useState and render in 50 lines of code.
Details
Title of the Talk
Wreact - A Worse React
Description of the Talk
I saw this talk from JSConf 2019 and was inspired to try recreate hooks myself. Wreact is a my go at implementing what is demo'd in the original talk but also includes JSX rendering with vite and a very simple pragma. The talk will mainly focus on explaining why the rules of hooks exist.
My Info
Carl Wirkus - Founder of traedi.com
The text was updated successfully, but these errors were encountered: