React Ftm

screenshot of React Ftm
scss

React UI component library for aleph/followthemoney

Overview

React-ftm was a specialized library providing React components tailored for the display, visualization, and editing of FollowTheMoney entities. Despite its recent deprecation in November 2022, it served an important purpose for developers seeking to work with FtM data visually in a browser environment. The decision to discontinue updates comes as a challenge for a small team managing limited resources, prompting a close look at its utility while it was operational.

For developers and applications like aleph-ui and datadesktop that utilized the react-ftm library, it provided a robust foundation for handling various FtM properties seamlessly. Its visual and table-based components allowed users to interact with data more intuitively, making it a handy tool during its active period.

Features

  • Network Visualization Tool: An effective way to visualize complex relationships within FollowTheMoney entities.
  • Table-based Entity Editor: Facilitates quick data entry, enabling users to manage entities efficiently.
  • Display Components: Tailored components designed for displaying specific FtM property types clearly and effectively.
  • Easy Installation: Installation is straightforward with a simple npm command, making it accessible for developers.
  • Build Functionality: Comes with a build command that ensures quick integration into existing projects.
  • Reusability: Beyond its original applications, components can be reused in other projects aimed at rendering FtM data attractively.
scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

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.

recharts
Recharts

Recharts is a powerful and easy-to-use React library for building customizable and interactive charts. Built on D3.js, it offers a wide range of pre-built chart types, such as line, bar, pie, and scatter charts, all of which can be composed with a declarative syntax.

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.