@bernhardsson I think of an API as a way to interact with a program. A set of REST endpoints could be an API. An SDK is a (hopefully) convenient way to interact with the REST API… by providing another API, hiding logic that as a developer, you might not care about. It’s kind of recursive.
@brian_d_vaughn Sorry you're going through this. We lost our cat a few months ago and he was gone for about a week. We posted flyers around the neighborhood before he finally showed up on his own! Hoping Gatsby comes home soon.
useState: Persist value between renders, trigger re-render
useRef: Persist value between renders, no re-render
useEffect: Side effects that run after render
useReducer: useState in reducer pattern
useMemo: Memoize value between renders
useCB: Persist ref equality between renders
@mipsytipsy > Develop your judgment around what needs to be done, and do it.
Any advice on developing this judgement? Is this something an IC can (or should) do without external input (such as their manager or even the company)?