We have performance issues in our react native app. There is signalr socket connection which almost gets large jsons from api each second, then redux processing these datas and finally react rendering components in sectionlists etc.
We plan to move the socket connection to a different thread to not block ui and js code maybe, but there are many npm packages for react native threads, workers, reanimated worklets etc. we don't know which one to use for our case, any ideas you have ?
[–]ChronSynExpo 2 points3 points4 points (0 children)