Jason-Sijie / blogweb

A Markdown Blog Website in Spring and React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

M0: choose a web frontend framework

Jason-Sijie opened this issue · comments

Choose a web frontend framework

Ideal properties

  • clean and simple UI components
  • well-structured code
  • robust utility packages
  • easy deployment
  • cross-platform

Candidates

  • React
    • Redux
  • Vue
  • Flutter

Pick React framework. React has a mature and robust developing community with complete docs and helping tools.

Redux is a global state management framework that can integrate with React. Redux decouples the state management from the UI, improving maintenance and scalability.