React Function Call vs Render
#Javascript#React
React's rendering behavior can sometimes be surprising, especially when dealing with different data types. Recently, I was working on a filter component with multiple select/dropdown components, where I observed a behavior that I found interesting. The gist of it is so simple, yet it was not obvious to me.