Skip to content

Commit

Permalink
Merge pull request #4708 from Zain-Bin-Arshad/master
Browse files Browse the repository at this point in the history
chore: updated docs to remove extra heading tag
  • Loading branch information
EskiMojo14 authored May 29, 2024
2 parents ef57856 + 419d1d3 commit 364c1cc
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions docs/tutorials/fundamentals/part-1-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import { DetailedExplanation } from '../../components/DetailedExplanation'
<!-- prettier-ignore -->
import FundamentalsWarning from "../../components/_FundamentalsWarning.mdx";

# Redux Fundamentals, Part 1: Redux Overview

:::tip What You'll Learn

- What Redux is and why you might want to use it
Expand Down
2 changes: 0 additions & 2 deletions docs/tutorials/fundamentals/part-2-concepts-data-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import { DetailedExplanation } from '../../components/DetailedExplanation'
<!-- prettier-ignore -->
import FundamentalsWarning from "../../components/_FundamentalsWarning.mdx";

# Redux Fundamentals, Part 2: Concepts and Data Flow

:::tip What You'll Learn

- Key terms and concepts for using Redux
Expand Down
2 changes: 0 additions & 2 deletions docs/tutorials/fundamentals/part-3-state-actions-reducers.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import { DetailedExplanation } from '../../components/DetailedExplanation'
<!-- prettier-ignore -->
import FundamentalsWarning from "../../components/_FundamentalsWarning.mdx";

# Redux Fundamentals, Part 3: State, Actions, and Reducers

:::tip What You'll Learn

- How to define state values that contain your app's data
Expand Down
2 changes: 0 additions & 2 deletions docs/tutorials/fundamentals/part-4-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import { DetailedExplanation } from '../../components/DetailedExplanation'
<!-- prettier-ignore -->
import FundamentalsWarning from "../../components/_FundamentalsWarning.mdx";

# Redux Fundamentals, Part 4: Store

:::tip What You'll Learn

- How to create a Redux store
Expand Down
2 changes: 0 additions & 2 deletions docs/tutorials/fundamentals/part-5-ui-and-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ description: 'The official Redux Fundamentals tutorial: learn how to use Redux w

import { DetailedExplanation } from '../../components/DetailedExplanation'

# Redux Fundamentals, Part 5: UI and React

:::tip What You'll Learn

- How a Redux store works with a UI
Expand Down
2 changes: 0 additions & 2 deletions docs/tutorials/fundamentals/part-6-async-logic.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ description: 'The official Redux Fundamentals tutorial: learn how to use async l
<!-- prettier-ignore -->
import FundamentalsWarning from "../../components/_FundamentalsWarning.mdx";

# Redux Fundamentals, Part 6: Async Logic and Data Fetching

:::tip What You'll Learn

- How the Redux data flow works with async data
Expand Down
2 changes: 0 additions & 2 deletions docs/tutorials/fundamentals/part-7-standard-patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import { DetailedExplanation } from '../../components/DetailedExplanation'
<!-- prettier-ignore -->
import FundamentalsWarning from "../../components/_FundamentalsWarning.mdx";

# Redux Fundamentals, Part 7: Standard Redux Patterns

:::tip What You'll Learn

- Standard patterns used in real-world Redux apps, and why those patterns exist:
Expand Down
2 changes: 0 additions & 2 deletions docs/tutorials/fundamentals/part-8-modern-redux.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ description: 'The official Fundamentals tutorial for Redux: learn the modern way

import { DetailedExplanation } from '../../components/DetailedExplanation'

# Redux Fundamentals, Part 8: Modern Redux with Redux Toolkit

:::tip What You'll Learn

- How to simplify your Redux logic using Redux Toolkit
Expand Down

0 comments on commit 364c1cc

Please sign in to comment.