Jasonette / JASONETTE-iOS

📡 Native App over HTTP, on iOS
https://www.jasonette.com
MIT License
5.27k stars 352 forks source link

$show/$load on the background thread + render/reload on the main thread #286

Closed gliechtenstein closed 6 years ago

gliechtenstein commented 6 years ago

Previously $show/$load was being run on the main thread, which blocked the main thread until the entire $show/$load call chain has finished executing.