Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 411 Bytes

ROADMAP.md

File metadata and controls

7 lines (6 loc) · 411 Bytes

React Material Dashboard RoadMap

  • Adoption of React.lazy & suspense for lazy loading. (Possible in Present)
  • Adoption of Experimental React Concurrent Mode once recommended for production, using suspense for data fetching (Future Adoption)
  • Adoption of internationalization. (i.e multi-language support)
    • [] Storing language preferences in cookies.
  • NVM for Node version Management.