Neone-character-creator / app-generator

Creates a NEOne character creator webapp scaffold from a configuration file.
Apache License 2.0
0 stars 0 forks source link

Allow actions to be either an object or string #60

Closed ThisIsNoZaku closed 4 years ago

ThisIsNoZaku commented 5 years ago

Currently, actions are strings interpreted to generate redux actions when they can just be an object for these simple ones.

Components can still use strings for more complex functionality.