ReduxMovieDB icon indicating copy to clipboard operation
ReduxMovieDB copied to clipboard

Spread operator

Open cardoso opened this issue 6 years ago • 2 comments

Implemented spread operator using Sourcery. See blog post about it.

Example:

case .hideMovieDetail:
    return MainState(
        ...state,
        movieDetail: .hide
    )

cardoso avatar Mar 03 '18 14:03 cardoso

That's quite similar to lenses :)

piv199 avatar Oct 01 '19 10:10 piv199