claudiopro / react-fiber-vs-stack-demo

⚡️ React Fiber vs Stack Demo
https://claudiopro.github.io/react-fiber-vs-stack-demo
MIT License
143 stars 45 forks source link

I get the Fiber but what's Stack? #2

Closed abdulhannanali closed 6 years ago

abdulhannanali commented 7 years ago

Hey React Fiber Seems super fast from the example. However, I am not very aware with the Stack, is it the name of the technology behind the previous version of react? Any pointers will be very appreciated. Thanks a lot that's a cool triangle example.

claudiopro commented 7 years ago

Hi @abdulhannanali, yes that's correct. Stack is a posthumous name given to the pre-existing implementation of React's reconciler. Watch this recording by Kent C. Dodds for further details. Thanks for stopping by and taking the time to comment!

abdulhannanali commented 6 years ago

Thanks a lot for answering the query @claudiopro Seems really exciting