Feeling a bit uncertain... I'm wondering if it's suitable, awesome or not advisable to employ a builder pattern to retrieve API response and then apply the builder pattern on that response before storing it in @ngrx/store? And later on when accessing it from the store in my components, would I be able to access the functions implemented on the api response from the builder object?
I'm seeking some input on this... Am I perhaps overthinking this situation... Or is it a beneficial approach to incorporate the builder pattern with @ngrx/store?
Could someone provide assistance with this?