Preact is an alternative to the popular React library. It has fewer complexities and performs faster in comparison to React due to its smaller size of 3kb. Preact also uses the ES6 API similar to React. It was developed by Jason Miller to provide a feature set similar to React in a smaller package.
Full article