Reactabular

screenshot of Reactabular
react
styled-components

A framework for building the React table you need (MIT)

Overview

Reactabular is a framework designed for building customizable React tables. It prioritizes extensibility by providing extension points for custom rendering on a cell level and implementing functionalities such as search, pagination, sorting, and inline editing through composition. Reactabular aims to fit seamlessly into existing data architectures without constraints, pushing complexity out of the core for flexibility.

Features

  • Extensible Framework: Designed for building customizable React tables with extension points.
  • Custom Rendering: Allows customization of rendering at a cell level.
  • Composition for Functionality: Implements functionalities like search, pagination, sorting, and inline editing through composition.
  • Fit for Current Data Architecture: Operates with a column and data definition that can integrate with existing data setups.
  • Flexibility: Prioritizes flexibility over brevity, allowing for more code to achieve specific functionalities.
  • Package Customization: Offers a variety of utilities while allowing the use of third-party packages.
  • Testimonials: Positive feedback from users highlighting the flexibility and ease of customization provided by Reactabular.
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

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.

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.

github-pages
GitHub Pages

Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.

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.