Currently HeaderSection includes:
Last Block
RPC Server
Transactions
Mining Status
../src/reducers/headerSections.js

It might make sense to handle this container differently.
Expected Behavior
Current Behavior
The state for all 4 classes are handled as HeaderSections and it might be better to refactor this now.
Possible Solution
Handle HeaderSections as a header with individual components instead of together in headersections
Steps to Reproduce (for bugs)
Context
Trying to update the Xplore page to have results and be more modular in regards to state and clickable links.
Your Environment
Currently HeaderSection includes:
Last Block
RPC Server
Transactions
Mining Status
../src/reducers/headerSections.js
It might make sense to handle this container differently.
Expected Behavior
Current Behavior
The state for all 4 classes are handled as HeaderSections and it might be better to refactor this now.
Possible Solution
Handle HeaderSections as a header with individual components instead of together in headersections
Steps to Reproduce (for bugs)
Context
Trying to update the Xplore page to have results and be more modular in regards to state and clickable links.
Your Environment