React Conf 2017 Livestream
11–20 of 49 posts
Re: React Conf 2017 Livestream
#12Here is the agenda: http://conf.reactjs.org/schedule
Edit: it appears that there is a talk related to TypeScript
Re: React Conf 2017 Livestream
#13Here is the agenda: http://conf.reactjs.org/schedule
Unfortunate that there are no TypeScript related talks Edit: it appears that there is a talk related to TypeScript
That talk appears that it will make the argument for using Flow/Typescript.
Re: React Conf 2017 Livestream
#14React is such BS. Its sole purpose for existing is to make simple tasks unnecessarily complicated.
FWIW React's purpose is the opposite of what you said; it aims to make complex UI tasks simple by allowing you to compartmentalize your UI into isolated components.
If your UI isn't that complex or your application has very little state to manage then I could see how React would be overkill.
Re: React Conf 2017 Livestream
#15Re: React Conf 2017 Livestream
#16[0] https://github.com/facebook/react/issues/7925#issuecomment-2...
Re: React Conf 2017 Livestream
#17Wonder why they went with streaming on YT instead of FB Live...
Re: React Conf 2017 Livestream
#18Re: React Conf 2017 Livestream
#19For anyone interested in more details about React Fiber, the recommended links in [0] provide a great jumping-off point. For many apps, especially ones that render large amounts of data to a screen and haven't done (or can't do) much optimizing with componentShouldUpdate, it will likely be an almost-seamless drop-in upgrade that will make things feel truly more "snappy." A video (of a demanding stress test) is worth…
Re: React Conf 2017 Livestream
#20React is such BS. Its sole purpose for existing is to make simple tasks unnecessarily complicated.
After using it in couple of projects, we see it as making complex tasks really intuitive. Maybe you are using it for some wrong problem.
Coming from ExtJS and Ember, React felt rather simple.
But Redux is a whole nother story :(