推薦閱讀-第8期
淺談搜索引擎基礎(上)
談一些搜索引擎相關的常見技術
推薦人:劉春輝 | 分類:前端學習
淺談搜索引擎基礎(下)
談一些搜索引擎相關的常見技術。
推薦人:劉春輝 | 分類:前端學習
深入理解 JavaScript 非同步
什麼是非同步,非同步的實現原理,event-loop,以及和事件綁定的關係。
推薦人:陳燁 | 分類:實踐總結
碉堡了的Prepack
前端又搞大新聞啦。。
剛剛試了一下幾個小時前Facebook開源的項目Prepack.
推薦人:謝天 | 分類:前沿動態
redux-orm 基礎
在過去的一年裡,我成為了一個名叫 Redux-ORM 庫的大粉絲,這個庫是 Tommi Kaikkonen 寫的。它幫助我解決了一些對很多 Redux 應用來說常見的使用場景,尤其是關於管理你的 store 中的範式化、關係型數據。我在自己的應用中用了很多,並且總結出一些實踐中很有用的技術和方法。希望你能覺得這些能給你的應用提供幫助。
推薦人:王嵐燁 | 分類:前沿動態
一勞永逸的搞定 flex 布局
一切都始於這樣一個問題:怎樣通過 CSS 簡單而優雅的實現水平、垂直同時居中。記得剛開始學習 CSS 的時候,看到 float 屬性不由得感覺眼前一亮,順理成章的聯想到 Word 文檔排版中用到的的左對齊、右對齊和居中對齊,然而很快就失望的發現 CSS 中並不存在 float: center 的寫法,那麼 text-align: center、verticle-align: center 是否可行呢?
推薦人:汪涓 | 分類:開發實用
Plug and Play All Your Observable Streams With Cycle.js
In 2014, front-end developer André Staltz set out to solve an imminent problem that developers are facing, especially in the Web world: dealing with large code bases and data flow. While even large corporations such as Facebook and Google and others have attempted this and brought forward popular frameworks, e.g., Angular and React, they seem to have missed the target. They have not solved the problem of how to achieve explicit data-flow graphs, nor efficiently dealing with the problem that new developers joining a large code base should be able to get a summarized overview of the architecture without spending multiple hours reading each file』s source code to build a mental model of the architecture.
推薦人:謝天 | 分類:好物推薦
JavaScript 深入之類數組對象與 arguments
JavaScript深入系列第十三篇,講解類數組對象與對象之間的相似與差異以及arguments的注意要點
推薦人:王嵐燁 | 分類:實踐總結
如何優雅安全地在深層數據結構中取值
古有趙子龍面對「衝鋒之勢,有進無退,陷陣之志,有死無生」的局面,能萬軍叢中取敵將首級。
在我們的Javascript中,往往用對象(Object)來存儲一個數據結構。如果這個結構非常複雜,那麼想要安全優雅地取出一個值,也並非簡單。這篇文章將會詳細闡述在一個嵌套較深的場景中,如何安全的完成讀寫操作。先後會嘗試多種方法,希望對讀者有所啟發。
本文示例借鑒A.Sharif的最新文章:Safely Accessing Deeply Nested Values In JavaScript,喜歡看英文原版的同學可以直接戳鏈接。
推薦人:汪涓 | 分類:實踐總結
推薦閱讀: