码迷,mamicode.com
首页 > 其他好文 > 详细

[React] Modify file structure

时间:2017-01-31 20:57:46      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:技术   import   index   modify   com   span   for   logs   ges   

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

标签:技术   import   index   modify   com   span   for   logs   ges   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!