Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

nmccrea/recursor

Repository files navigation

Recursor

A fractal creator. A side project built for fun and practice using TypeScript, React and Redux. Try it here.

Recursor Tree Fractal Creator

Notes

Recursive rendering is achieved via the <Recursion /> component, which renders a single similarity and then all active similarities as recursive children.

Futher musings here.