Too Long; Didn't Read
SolidJS is an emerging UI library for building web apps that are extremely fast and very small in size. It is heavily influenced by React in terms of the programming model. This article aims to help React developers leverage their knowledge to learn the fundamentals of Solid. The topics include component definition, state, lifecycle, communication, event handling, error handling, working with refs, and code reuse.