Searching for Code Samples

Written by cvan on

I learn coding patterns by examples. Not blog posts. Not videos. Sometimes documentation. But more often it is through out-in-the-wild code samples.

Let’s use Framer Motion as an example. Its npm project is called (framer-motion).

To learn from how other folks are using framer-motion, I regularly peruse code samples I’ve found from searching like this:

Hope that helps. Happy sleuthing!