Some things to know before using Framer Motion:

  • HTML

  • CSS

  • Familiar with React — at the very least knowing what ‘prop’ is lol

So it looks like I’ll be doing a crash course on React first.

  • prop == parameters, arguments; it’s the first argument in the function. We can use this like ‘props.alertText’ so that it reads alertText=”hello” in js.