I was wondering if you guys have any articles / git repositories of some huge, well established React.js projects. I'm very keen to learn about how the structure is setup for Redux (-toolkit, with slices), routings, where they keep tests (seperate folder or just next to components) etc.
Any help is highly appreciated. Thanks
Top comments (2)
Hi friend, I don't think this article answers any of your particular question but it's a great one and IMO every React dev should read or at least glance at it. Enjoy!
alexkondov.com/tao-of-react/
Thanks man!