React, Next.js 概览

关于React:

  • React is a JavaScript library – one of the most popular ones, with over 100,000 stars on GitHub.
  • React is not a framework (unlike Angular, which is more opinionated). 也有认为react 是一个lightweight framework
  • React is an open-source project created by Facebook.
  • React is used to build user interfaces (UI) on the front end.
  • React is the view layer of an MVC application (Model View Controller)

关于react 最简单的使用是嵌入html, 只需要在index.html 加入如下声明:


   
    
    



 
                    
                    

你可能感兴趣的:(React, Next.js 概览)