FKit (pronounced eff-kit) is a functional programming toolkit for JavaScript. It provides many functions for solving common problems with functions, objects, arrays, and strings. It aims to provide reusable building blocks while maintaining a laser focus on everyday utility.
Features
- Why reinvent the wheel? FKit provides many functions for solving everyday problems to do with functions, arrays, objects, and strings
- Documentation available
- FKit treats both strings and arrays as lists, which means you can apply the same list functions to both strings and arrays (e.g. head, tail, map, filter, fold, etc)
- Most FKit functions are already curried by default, so you can partially apply them wherever you need to
- Examples available
- The ordering of arguments to FKit functions is carefully designed to be more natural, this makes them highly composable
- It's very compact, roughly 3 KB when minified and gzipped
Categories
LibrariesLicense
MIT LicenseFollow FKit
Other Useful Business Software
Go From AI Idea to AI App Fast
Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of FKit!