Why didn't you break root.tsx into smaller components?

21/09/2023 3 min Temporada 4 Episodio 18
Why didn't you break root.tsx into smaller components?

Listen "Why didn't you break root.tsx into smaller components? "

Episode Synopsis


root.tsx is over 300 lines. Is there a reason for keeping all the functions in one file? Why don't you split each function in separate a file and import it?

When to break up a component into multiple components


Why didn't you break root.tsx into smaller components?