摘要: We can create volumn to keep the data, even we stop the container and restart again, the data won't get lost. To create a link between the folder /my- 阅读全文
posted @ 2017-04-21 19:48 Zhentiw 阅读(553) 评论(0) 推荐(0)
摘要: If you want to get into container and look around, you can use: to run against a running container. And to do that, we need to know the id / name of t 阅读全文
posted @ 2017-04-21 19:27 Zhentiw 阅读(280) 评论(0) 推荐(0)
摘要: In this lesson we'll take a stateful React component and look at how we can refactor our setState calls to use an updater function and then leverage R 阅读全文
posted @ 2017-04-21 04:01 Zhentiw 阅读(251) 评论(0) 推荐(0)
摘要: In this lesson, we'll refactor a React component to use Ramda lenses to update our component state. We'll create a lens to focus on the property we wa 阅读全文
posted @ 2017-04-21 03:49 Zhentiw 阅读(395) 评论(0) 推荐(0)