2.5.6 Apps that browse the web must use the appropriate WebKit framework and WebKit Javascript.https://developer.apple.com/app-store/review/guide...
The logic inside reducer functions typically follows the same series of steps:
- Check to see if the reducer cares about this action
- If so, make a copy of the state, update the copy with new values, and return it
- Otherwise, return the existing state unchanged
The Redux store has a method called dispatch. The only way to update the state is to call store.dispatch() and pass in an action object. The store will run its reducer function and save the new state value inside
The resulting reducer calls every child reducer, and gathers their results into a single state object. The state produced by combineReducers() namespaces the states of each reducer under their keys as passed to combineReducers()
хотя во всех функциях надо что-то возвращать(кроме void). Вы не написали, что мне вместо int надо было использовать void.Я исходил из (видимо, ошибочного) предположения, что вы обладаете здравым смыслом. Потому что вывод вместо int надо использовать void - ОЧЕВИДНЫЙ. Ладно бы вы ещё не знали, что void вообще существует, тут можно было бы понять. Но настолько не включать голову - это редкость даже на Тостере.
незаметно кстати, что ответы были известны вам изначально. Больше похоже на то, что вы отвечаете под каждым вопросом с надеждой на то, что кто-то отметит его как решение.Лолушки :)