Other Things We Want to Optimize for

Other Things We Want to Optimize for For example, a feasibility concern for the chat app may be memory availability on the device that the chat app runs on. A conversation can have an arbitrarily large number of messages. If we load all the messages into memory without pagination when the app first mounts, we… Continue reading Other Things We Want to Optimize for