Is their a way to search through (control f) all the different react files to find a specific word/ line of code?
This might help: https://www.telerik.com/blogs/16-ways-to-search-find-and-edit-with-chrome-devtools
I believe Ctrl + Shift + F should allow you to search through all files in the currently opened folder
As Andrew mentioned, Ctrl + Shift + F should be sufficient to search throughout your project.
You can also use Ctrl + P to search for file name, and Ctrl + click onto any name and that'll lead you to where the variable/function is declared.