Apr 11
•
Articles
• 1 min read
Building an Accounting Diary Component for React
Ever needed to display accounting transactions in a React app with export functionality? I built react-accounting-diary to solve exactly that.
The Problem
Most accounting software is either:
Too ...