Add an Introductory Text to Solid.js (#2808)
* Add an Introductory Text to Solid.js Update the Solid.js Resource panel with an introductory text * Update content/roadmaps/100-frontend/content/111-pick-a-framework/104-solid-js.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/2812/head
parent
7c32eed873
commit
8d608948d3
1 changed files with 5 additions and 0 deletions
@ -1 +1,6 @@ |
||||
# SolidJS |
||||
|
||||
Solid is a reactive JavaScript toolkit for building user interfaces without a virtual DOM. To ensure that only the relevant code is executed when a state update occurs, it compiles templates down to real DOM nodes once and wraps modifications into fine-grained reactions. |
||||
|
||||
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.solidjs.com/'>Official Website - SolidJS</BadgeLink> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Tutorial' href='https://www.solidjs.com/tutorial/introduction_basics'>SolidJS Tutorial</BadgeLink> |
||||
|
Loading…
Reference in new issue