Add comparative performance benchmarks

Includes a 'css-modules' implementation of the nested trees to act as a
baseline for comparison.
This commit is contained in:
Nicolas Gallagher
2017-02-26 13:24:53 -08:00
parent 24eda7c4ad
commit 18440158b3
34 changed files with 1657 additions and 229 deletions

View File

@@ -0,0 +1,7 @@
import Box from './Box';
import View from './View';
export default {
Box,
View
};