forked from facebook/react
-
Notifications
You must be signed in to change notification settings - Fork 0
2015 04 03
Paul O’Shannessy edited this page Sep 10, 2015
·
3 revisions
Attendees:
- @zpao
- @spicyj
- @jsfb
- @amasad
- @leebyron
Agenda:
- Transforms & XSS
- Week In Review
- A lot of discussion in https://github.com/facebook/react/issues/3473, the crux of it is that this potential for self-XSS means we might not be able to make some of the optimizations we wanted.
- Idea from @leebyron was to put a
_sourceID
on elements which would refer to a property on React. - Then Lee wrote code for the rest of the meeting: https://github.com/facebook/react/pull/3583
- closed a bunch of issues / PRs
- worked on unforking React / React Native (reducing the number of modules that are overridden)
- made some progress with perf measurements