前端

【译】什么是 Flux 架构?(兼谈 DDD 和 CQRS)

Flux is an application architecture designed by Facebook for their JavaScript applications. It was first introduced by Facebook in May 2014, and it has since garnered much interest in the JavaScript community. Flux 是一个由 Facebook 为其应用所设计的应用程序架构。Facebook 在 2014 年五月的时候首次提出 Flux,如今已经引发了 JavaScript 社区的浓厚兴趣。 There are several implementations of Flux.
吕立青

【译】Redux + React 应用程序架构的 3 条规范(内附实例)

原文地址:http://jaysoo.ca/2016/02/28/organizing-redux-application/ As our applications grow, we often find that file structure and organization to be crucial for the maintainability of application code. 随着应用程序的增长,通常我们就会发现文件结构和组织对于应用程序代码的可维护性来说就会变得非常重要。 What I want to do in this post is to present three organizational rules that I personally follow on
吕立青

【译】在 Webstorm 中使用 ReactJS:编码辅助、代码规范、重构以及编译

1. Working with ReactJS in WebStorm: Coding Assistance Posted on October 5, 2015 by Ekaterina Prigara ReactJS is no doubt one of the trendiest JavaScript libraries released recently and as such is seeing wide adoption. ReactJS 无疑是最新发布的 JavaScript 库当中最为新潮的,有目共睹地被广泛采用。 React support was introduced in WebStorm 10 and has undergone
吕立青