Modifying the Template for Use
The default project already contains a counter application. However, we would like to create our application, so we need to modify the template.
- Delete everything inside the
src
folder, excluding theapp
folder; - Delete the
store.js
file inside theapp
folder.
The resultant should look like this kind of empty structure:
src
app
We won't use the features
folder in this section. However, organizing the components and their reducers in the features
is recommended when working on bigger projects.
Kiitos palautteestasi!
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Awesome!
Completion rate improved to 3.45
Modifying the Template for Use
Pyyhkäise näyttääksesi valikon
The default project already contains a counter application. However, we would like to create our application, so we need to modify the template.
- Delete everything inside the
src
folder, excluding theapp
folder; - Delete the
store.js
file inside theapp
folder.
The resultant should look like this kind of empty structure:
src
app
We won't use the features
folder in this section. However, organizing the components and their reducers in the features
is recommended when working on bigger projects.
Kiitos palautteestasi!