ahhzaky / google-clone

This is a Google-Clone with API Google Search and this app responsive.
MIT License
1 stars 0 forks source link

reducer.js #5

Open ahhzaky opened 4 years ago

ahhzaky commented 4 years ago

Is not the component because lowercase in the name

ahhzaky commented 4 years ago

Kegunaan untuk menyimpan data seperti initialState dan reducer yang dimana harus memenuhi data tersebu supaya bisa mengakses .

ahhzaky commented 4 years ago

untuk meng-import reducer

import reducer, { initialState } from "./reducer";

ahhzaky commented 4 years ago

di akhir reduce jangan lupa:

export default reducer;