Show & Tell: Introducing patterns.run #242
Closed
grikomsn
started this conversation in
Show and tell
Replies: 1 comment
-
Hey, @grikomsn, that looks awesome! What a great project, I already spent a quiet time playing around with it. I'm curious to hear from you if you have any feedback or anything unexpected you faced while using Sandpack? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://patterns.run is a collection of snippets to render logical patterns, remembering the terminal and C++ days of those assignments where you need to print a specific pattern using for loops of do whiles.
Previously it was made using react-live which at the time was an initial proof of concept and sub-par editing experience. Next iteration added Monaco editor but still relies on react-live to compute and render the pattern. With Sandpack, now it handles both editing and pattern rendering!
Future roadmap will include playground to create your own pattern and submit to GitHub. Let me know what you think! 👋🏻
Beta Was this translation helpful? Give feedback.
All reactions