mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-05-11 23:49:04 +08:00
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:
7
performance/implementations/css-modules/index.js
Normal file
7
performance/implementations/css-modules/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import Box from './Box';
|
||||
import View from './View';
|
||||
|
||||
export default {
|
||||
Box,
|
||||
View
|
||||
};
|
||||
Reference in New Issue
Block a user