Just curious why the decision was made to go with PascalCase for the DSL? Is this meant to help React devs feel at home? Seems very un-Rubylike.
It’s because that’s how constants are named in Ruby. The method names match the constant names of the component classes.
It’s because that’s how constants are named in Ruby. The method names match the constant names of the component classes.