# Large React Apps

**URL:** https://forum.kirupa.com/t/large-react-apps/650783
**Category:** programming
**Created:** [February 11, 2022, 4:25am UTC](https://forum.kirupa.com/t/large-react-apps/650783 "2022-02-11T04:25:18Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Wayne](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/wayne/32/16501_2.png) [@Wayne](https://forum.kirupa.com/u/Wayne)
#### Post date: [February 11, 2022, 4:25am UTC](https://forum.kirupa.com/t/large-react-apps/650783/1 "2022-02-11T04:25:18Z")

</div>

What are your check lists for handling large react web applications?

And how do you test large apps? To keep things in order after doing changes to parts of the app without breaking it?

My list:

- Typescript
- SOLID principles
- React Design Patterns

Please share yours
