gaearon / overreacted.io

Personal blog by Dan Abramov.

Home Page:https://overreacted.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using a get from lodash

Quintis1212 opened this issue · comments

On this page https://github.com/gaearon/overreacted.io/blob/master/src/templates/blog-index.js was used a a get from lodash to get siteTitle and posts from props. What is the purpouse of using get from lodash to get data from props ? Why we can not just get props as in langKey case ?