1. What is SolidJS? We all know SolidJS, if not, why are you reading this article! We all know SolidJS, here is its doc: https://www.solidjs.com Put it simply, SolidJS is the real “react” version of React, which is completely updated on demand, and where data changes are updated. For example, a component: function App()…