Skip to content

Instantly share code, notes, and snippets.

@ivankisyov
Created December 30, 2018 22:17
Show Gist options
  • Save ivankisyov/53452febde2451dc96c516cb90b82b15 to your computer and use it in GitHub Desktop.
Save ivankisyov/53452febde2451dc96c516cb90b82b15 to your computer and use it in GitHub Desktop.
Side Effects

Side Effects

According to The Mostly Adequate Guide

  • changing the file system
  • inserting a record into a database
  • making an http call
  • mutations
  • printing to the screen / logging
  • obtaining user input
  • querying the DOM
  • accessing system state
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment