Devs I look up to talk about "cache friendly data structures/code" and I'm the idiot over here wondering how on earth you measure this.
Well TIL
Awesome! It's not a mysterious thing. It's something you can just get numbers on.
https://t.co/uF1H4AiFNd
@zachcodes@ryanflorence @dan_abramov @ryan_castner For every rende, you have a new instance of initializeApp but your useEffect does not re execute when initializeApp changes hence the eslint. warning. Best is to put put it inside useEffect
@albertgao @dan_abramov @UltraSilentBob useCallback memoizes based on the second argument not the function parameters. I that case though as dan said both useCallback and not will have the same effect since the second argument is missing
@dan_abramov Looks like google maps api implements its own version of symbol polyfill. i am not sure if this can be of any help https://t.co/D5DTxIeKrf