Created
November 3, 2017 11:54
-
-
Save blahutka/519c80ffb920fe61dd40d13aa5be3994 to your computer and use it in GitHub Desktop.
Hyperloop methods
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ReactiveRecord.load | |
ReactiveRecord::WhileLoading.quiet? | |
ReactiveRecord::Base.load_data | |
ReactiveRecord::Base.pending_fetches | |
React::Server.render_to_string(<Component>) | |
Model.saving? | |
React::IsomorphicHelpers.on_opal_client? | |
React::IsomorphicHelpers.on_opal_server? | |
if RUBY_ENGINE != 'opal' | |
after(0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment