首页 > 其他 > 详细

[React] Modify file structure

时间:2017-01-31 20:55:42      阅读:215      评论:0      收藏:0      [点我收藏+]

In React app, you might create lots of components. 

技术分享

We can use index.js to do both ‘import‘ & ‘export‘.

export {TodoForm} from ./TodoForm
export {TodoList} from ./TodoList

 

When using it, we just need to import the folder:

import {TodoForm, TodoList} from ./components/todo

 

[React] Modify file structure

原文:http://www.cnblogs.com/Answer1215/p/6359046.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!