I’m building an app that will receive multiple API hits at once from different users. When a response from an API is received it is stored in a custom state and displayed.
Are custom states user specific? Or will I need to rebuild creating things in the database?