Boyd describes the OODA loop as an analogue process, not digital. A person or organization continually orients, observes, decides, and acts. This is different than Deming's PDCA cycle which is a serial process. Speeding…
Intriguing. Been too busy cranking on a new product to stay up on the latest changes so thanks for the pointer. I have lots of reading to do. And thanks for listening about my use case. One concern about using a static…
Component count is around 140. Fwiw, some are stateless, functional components while others are more complex. A form of master/detail is driving the need to detect prop changes to fetch additional data while freeing…
Responding to "exists for a fairly rare use case" statement, I just searched the the web app I am currently writing and it uses componentWillReceiveProps() ~20 times. Most cases are for detecting changes requiring…
Boyd describes the OODA loop as an analogue process, not digital. A person or organization continually orients, observes, decides, and acts. This is different than Deming's PDCA cycle which is a serial process. Speeding…
Intriguing. Been too busy cranking on a new product to stay up on the latest changes so thanks for the pointer. I have lots of reading to do. And thanks for listening about my use case. One concern about using a static…
Component count is around 140. Fwiw, some are stateless, functional components while others are more complex. A form of master/detail is driving the need to detect prop changes to fetch additional data while freeing…
Responding to "exists for a fairly rare use case" statement, I just searched the the web app I am currently writing and it uses componentWillReceiveProps() ~20 times. Most cases are for detecting changes requiring…