Reactist

screenshot of Reactist
react
less

Open source React components made with by Doist

Overview

Reactist is an open-source library of React components developed by Doist. It offers a collection of components that can be easily integrated into React projects. The library is available on npm and is licensed under the MIT License. Reactist components follow a clean code style using prettier and contributions are welcome through pull requests. The library also provides a live demo that showcases all the currently implemented components and includes a live playground to interact with them in different states.

Features

  • Open-source React components developed by Doist
  • Available on npm for easy installation
  • Follows clean code style using prettier
  • Contributions are welcome through pull requests
  • Includes a live demo with all currently implemented components
  • Offers a live playground to interact with components in different states
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.