Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steve245270533/fp
JavaScript函数式编程文档合集
https://github.com/steve245270533/fp
functional-programming javascript typescript
Last synced: 6 days ago
JSON representation
JavaScript函数式编程文档合集
- Host: GitHub
- URL: https://github.com/steve245270533/fp
- Owner: Steve245270533
- License: mit
- Created: 2024-04-30T02:10:10.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-07T03:22:25.000Z (6 months ago)
- Last Synced: 2024-05-07T04:27:43.345Z (6 months ago)
- Topics: functional-programming, javascript, typescript
- Language: JavaScript
- Homepage: https://steve245270533.github.io/fp/
- Size: 6.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript函数式编程指南(Functional Programming)
[在线文档地址](https://steve245270533.github.io/fp/)
## 说明
📖 本仓库收集了GitHub开源库中**最优秀**、**最精华**的函数式编程文章,将其整合到`VitePress`文档方便浏览,并非本人编写,如有侵权请及时联系本仓库作者删除:
> 联系方式:
>
> QQ: 245270533## 关于函数式编程
函数式编程是一种编程范式,它将计算视为数学函数的评估,并避免使用程序状态以及易变对象。在JavaScript中,函数式编程不仅可以提高代码的可读性和可维护性,还可以帮助开发者编写更少的错误和更易于测试的代码。
无论您是初学者还是有经验的开发者,这个文档库都是探索和深化JavaScript函数式编程知识的理想场所。通过详细的指南、实例和最佳实践,您将能够有效地利用JavaScript的函数式编程特性,提升您的编程技能和项目质量。欢迎深入探索,开启您的函数式编程之旅!
## 收集目录
| 名称 | 地址 |
|----|----|
| mostly-adequate-guide-chinese | https://github.com/llh911001/mostly-adequate-guide-chinese |
| Ramda Documentation | https://ramda.cn/ |
| wangzengdi's Blog | https://adispring.github.io/ |