Hello~
I am trying to make a Postman/Insomnia clone here https://github.com/hbina/flutter-shy
It is very, very slow when loading a large Swagger (like Binance API docs - its the only big swagger file that I can find)
Any tips? I am guessing I am causing React to do a lot of work re-rendering.
I tried to visit my app from the web but it doesn't work so I can't use React extension to analyze the bottleneck.