--- title: Resources layout: docs permalink: /docs/resources.html prevPage: getting-started.html nextPage: installation.html --- ###Slack Join 200+ AsyncDisplayKit developers and the ASDK team on Slack for real-time debugging, the latest updates, and asynchronous banter. Sign up or email AsyncDisplayKit(at)gmail.com for an invite. ###Examples Browse through our many example projects. If you are new to AsyncDisplayKit, we recommend that you start with the ASDKgram example app. This social app example directly compares a photo feed implemented with UIKit to an identical feed implemented with AsyncDisplayKit. The app features an infinitely scrolling home feed that demonstrates ASDK's smoother scrolling performance. It also has a significantly sized code base to demonstrate how much less code it takes to design apps using AsyncDisplayKit. ###Videos ###Layout Resources AsyncDisplayKit's powerful layout system is based on the CSS FlexBox model. These sites are useful for learning the basics of this system.