component

vinnyataide 2017-08-08T14:24:36.169761Z

hm... yeah I was thinking about triggering the functions that the components start until I find where the error starts when the message is unconclusive

2017-08-08T16:57:27.980227Z

the very point of components is to be able to modularize things, you can swap out every other component to a stub, and also swap out the internal mutable parts of your component if needed, to test each in isolation

2017-08-08T16:57:56.997266Z

components, if used properly, make it very easy to use simple unit tests to verify the code that manages your app state