How I decide to pass on a parameter within a component.
When creating a component in Rails, especially when using a component-based architecture like ViewComponent or similar, I was faced with a question, how should I pass around and manage data, especially configuration data. Here i have 2 options.
Pass...
ahmednadar.hashnode.dev2 min read