Skip to content

Commit dabd9c8

Browse files
authored
Create README.md
1 parent fdd1896 commit dabd9c8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Normalization
2+
3+
State management plays a crucial role in building efficient and maintainable applications. One of the essential aspects of state management is organizing the data in a way that simplifies its manipulation and usage. This is where normalization becomes vital.
4+
5+
Normalization is the process of structuring data in a way that eliminates redundancy and ensures data consistency. It is essential in state-management libraries because it significantly reduces the computational complexity of operations and makes it easier to manage the state.
6+
7+
Let’s take a look at an example to illustrate the difference between normalized and denormalized data structures.
8+
9+
Redux’s normalization explanations are also useful to understatnd the concept of normalization.

0 commit comments

Comments
 (0)