Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Modifying the Template for Use | Redux in Practice
/
Introduction to Redux

bookModifying 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 the app folder;
  • Delete the store.js file inside the app 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.

question mark

What files or folders are safe to delete from the Redux template?

正しい答えを選んでください

すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 3.  2

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

セクション 3.  2
some-alt