You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
event.
Base api for create event - createEvent, but in domain domain.event....
but hook named as domain.onCreateEvent....
store.
Base api for create store - createStore, but in domain domain.store....
but hook named as domain.onCreateStore....
effect.
Base api for create store - createEffect, but in domain domain.effect....
but hook named as domain.onCreateEffect....
Proposal
Rename domain.event to domain.createEvent
Rename domain.store to domain.createStore
Rename domain.effect to domain.createEffect
Mark domain.event and domain.store, domain.effect as deprecated
OR
Rename base api createEvent -> event, createStore -> store, createEffect -> effect
and mark createEvent, createStore, createEffect as deprecated
The text was updated successfully, but these errors were encountered:
belozer
changed the title
domain api. Change event, store to createEvent, createStore
domain api. Rename event, store to createEvent, createStore
Aug 21, 2019
belozer
changed the title
domain api. Rename event, store to createEvent, createStore
domain api. Rename event, store, effect to createEvent, createStore, createEffect
Aug 21, 2019
event.
Base api for create event -
createEvent
, but in domaindomain.event
....but hook named as
domain.onCreateEvent
....store.
Base api for create store -
createStore
, but in domaindomain.store
....but hook named as
domain.onCreateStore
....effect.
Base api for create store -
createEffect
, but in domaindomain.effect
....but hook named as
domain.onCreateEffect
....Proposal
Rename
domain.event
todomain.createEvent
Rename
domain.store
todomain.createStore
Rename
domain.effect
todomain.createEffect
Mark
domain.event
anddomain.store
,domain.effect
as deprecatedOR
Rename base api
createEvent
->event
,createStore
->store
,createEffect
->effect
and mark
createEvent
,createStore
,createEffect
as deprecatedThe text was updated successfully, but these errors were encountered: