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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of FKit!