DEV Community

Discussion on: Organizing Your React App Into Modules

Collapse
 
aimadghssisse profile image
Aimad Ghssisse

i Like your app and i was looking for example Modules architect on react js , with redux and api ...
i know that vue js provide that and easy, by using require-context .
can i get any project example for modules architect on react js on github ? because i like to learn morre .
and also i like to ask about is that possible to make component for example _Errror.js Component , i can use it any where without call it by using import Erreur from .... ? is that possible on react js

Collapse
 
jack profile image
Jack Williams • Edited

I'm not aware of anything specifically on the react js github repo about modularizing your react components, but I've linked my example repo in the post. Hope it helps!