Skip to content

Added redux to manage sidbar state/Normalized the layout

Ricky Choi requested to merge ricky/layout into master
  • As the sidebar expands/collapses, it will automatically control the size of the container on the right side
  • Added redux to get the sidebar's state everywhere from the app
    • We can add user state in redux too. => so that we can access logged in user's state from any component in our app

Merge request reports