Skip to content

sajjathossain/recursive-grid-v2

Repository files navigation

Recursive grid v2

2nd iteration of react recursive grid

changes:

  • it uses react use state to maintain component level state instead of using use ref on the app component and passing down the state to the child component.
  • as it uses use state, it does not need to maintain another use state on the app level to trigger dom update. it happens automatically when the state changes which was not present on the previous app.

About

2nd iteration of react recursive grid!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published