Modular javascript architecture with angular and redux
By tietyk
Modular javascript architecture with angular and redux
How to make apps on top of a huge pile of diverse public data? At the municipality of Amsterdam we started building small reusable angular modules that can be used as needed mixed and matched to make several apps. This way you can access a segment of the data in the most comprehensible way. But there is more, each url needs be unique for every state of each app. This is were Redux comes in. Redux facilitates an easy way to handle all state related issues in one place.