Large JS Application Advice

“The secret to building large apps is never build large apps. Break your applications into small pieces. Then assemble those testable, bite-sizes pieces into your big application” – Justin Meyer
“The more tied components are to each other, the less reusable they will be, and the more difficult it becomes to make changes to one without accidentally affecting the another” – Rebecca Murphey

Leave a Reply