Hacker News new | ask | show | jobs
Generating User-Configured UI in React Using the Visitor Pattern (arahansen.com)
2 points by montagh451 1761 days ago
1 comments

The visitor pattern ended up being a simple but powerful solution here. I'm curious to start exploring more design patterns and how they might be used in a UI context.