How to split react js components into multiple files How to split react js components into multiple files reactjs reactjs

How to split react js components into multiple files


in your particular case you should load topic-list.jsx before layout.jsxbut for better modularity I recommend you try to use some bundler system like webpack or browserify