At this point we can finally start to think about loading images to the system. However, before we start uploading images we need to put the pieces in place to store data relating to images.
8 posts tagged with "Redux"
View All Tags30. Media Library - Admin Property
We previously created a landing page to administer or manage a property but we have left it blank to this point. In this post we will work on this page.
28. Media Library - Settings Front-end
In this post we will begin wiring up the ability to manage settings in our GUI.
27. Media Library - Settings Back-end
This post is going to feel like a bit of a repeat of #25 where we added the back-end to support the administration of Properties. In this case we are going to add the back-end support for Settings. We will use settings when we manage individual properties, specifically, the settings we want to manage will be applied to the images loaded to the Media Library.
25. Media Library - Admin Properties Back-end
In this post we will continue where we left off in the previous post. We will add the required back-end pieces to manage properties.
16. Media Library - State - Register
In this post we will continue to integrate our application with the Redux store by wiring our registration process to the store.
14. Media Library - State - Login
In the last post we added Redux to our application, we created some authentication actions and an auth reducer. In this post we will wire up Redux complete our Login workflow. We will follow a common pattern in React by using container components.
13. Media Library - State - Redux
I have spent some time debating how to best handle state in a "modern" way in our application. I keep coming back to using Redux. In this post we will make the case for using Redux and wire it into our application.