Files
react-native-web/packages
Robert Sayre 2b77bfd853 [fix] improve style resolver performance
Script time in the benchmark was profiled by adding `console.profile` around
the timings for script time. The call to Array.join in the resolve function
stood out. Since the code already iterates over the array it can run slightly
faster by building the cache key in that loop instead.

Close #1213
2018-12-23 15:07:48 +00:00
..
2018-12-21 21:04:26 +00:00
2018-12-21 21:33:43 +00:00
2018-12-21 21:04:26 +00:00
2018-12-21 21:04:26 +00:00