내 맘대로 위클리 뉴스 - 2017년 23주(06월 09일)

Django with Python News

iOS, Android and Windows Mobile News

JavaScript


  • The Modern JavaScript Tutorial

    • JavaScript 튜토리얼!
  • Managing State in Aurelia with Higher Order Components

    As a rule of thumb, if you want to create simple presentational components, which only render data they are provided and pass on callbacks to the given actions, then you want to go with dumb components. If a component, on the other hand, is not going to be reused in other places and has more complex UI state to handle, you’ll likely want to use smart components. Keep their count as small as possible though.