タグ

2018年4月11日のブックマーク (3件)

  • Get started with Todoist

    Whether you’re managing a project or planning an exercise routine, Todoist can help. Learn the basics to stay on top of work and life. Start with a projectTodoist projects keep all your tasks organized so you can achieve your goals — large and small. To create a project, select the + icon next to Projects in the navigation menu. You can add your project’s name, pick a color, and choose to see it a

    Get started with Todoist
    karur4n
    karur4n 2018/04/11
  • Strict Mode – React

    These docs are old and won’t be updated. Go to react.dev for the new React docs. These new documentation pages teach modern React and include live examples: StrictMode StrictMode is a tool for highlighting potential problems in an application. Like Fragment, StrictMode does not render any visible UI. It activates additional checks and warnings for its descendants. Note: Strict mode checks are run

    Strict Mode – React
    karur4n
    karur4n 2018/04/11
  • React v16.3 changes - blog.koba04.com

    React v16.3.0 がリリースされました。 ※4/4 にバグフィックスを含む v16.3.1 がリリースされています このバージョンでは、基的には v17 で有効化される非同期レンダリングへの対応が中心になっています。変更点は多いですが、ほとんどが機能追加であり破壊的な変更はないため、v16.2 から v16.3 へのアップグレードは比較的簡単じゃないかなと思います。 https://reactjs.org/blog/2018/03/29/react-v-16-3.html 当初の予定からはかなり延びたため、直前に発表された React Suspense の機能も入れるのかと思いましたが入りませんでした。まだ最終的な API は決まってないようなので今後に期待。 React Suspense については、v16.3 と関係ないので今回は省略します。 https://reactjs

    React v16.3 changes - blog.koba04.com
    karur4n
    karur4n 2018/04/11
    “componentWillReceiveProps と違い、更新時だけでなくマウント時にも呼ばれます。”