85835 Views
When writing React component, one of the common thing that happen is that the component that you write has became a big fat chunk, causing it harder to read and understand. When that happens, it is always advised for you to split the big component into few smaller component so it is easier to understand.
0 comments