Fork me on GitHub
#component
<
2017-08-08
>
vinnyataide14:08:36

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

noisesmith16:08:27

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

noisesmith16:08:56

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