Building a Todo app with React.js (2) - Improve Component & Remove Component
In this session, we are going to improve Component and remove item. When item is completed, the checkbox of item is marked.
In this session, we are going to improve Component and remove item. When item is completed, the checkbox of item is marked.
Lets start.You can follow the steps from the github repo for this tutorial.
This is my first attempt with React-js to build a Todo App. React has gained massive traction as a JavaScript library for building user interfaces largely because it is built by Facebook. We’ll learn how.
Do You Take Yourself Seriously?
你有认真的对待自己嗎?
Disqus是一家第三方社会化评论系统,主要为网站主提供评论托管服务。Disqus由Danniel Ha于2007年5月5日创办,和Dropbox、Reddit等知名网站一样,是Y Combinator孵化的一家公司。创办至今已获得Y-Combinator、Union Square Ventures、North Bridge等投资机构共计1450万美元投资。
当前有80万家第三方网站在使用Disqus提供的第三方评论系统,其评论系统每月的独立用户访问量已接近5亿,这一数字较2010年增长了500%。包括CNN、NBC、Fox News、Engadget、Time等知名网站均使用了Disqus提供的社会化评论系统。WordPress、Blogger、Tumblr等第三方博客平台均提供了Disqus第三方评论插件,目前,第三方社会化评论系统在美国,基本是主流网站的标配。
I made a trip in Kunming. I use leaflet to record where I have been during this trip.
You click any item in right bar. It will take you to the location of item.
You also can click the marker. It will show photo and some description on the left bar.
If you cannot see the map, you can change it to qq map.
If you have any idea or suggestion, please let me know.
Hope you also have a good 2016_5_1_holiday as me.
http://kennethhutw.github.io/51Holiday/examples/51holiday.html
I have post my WebFrontEndStack page in a forum.
I record how many visitor come to my page and I use echarts to make a report as a practice.
I use two type of echarts in this report.
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
1 | $ hexo new "My New Post" |
More info: Writing
1 | $ hexo server |
More info: Server
1 | $ hexo generate |
More info: Generating
1 | $ hexo deploy |
More info: Deployment
Hello world,Test!!
This is a plugin to use baidu map tiles with leaflet.
var map = L.map('container');
map.setView([39.916527,116.397128], 11);
var qqLayer = new L.BMap();
map.addLayer(qqLayer);
.
http://kennethhutw.github.io/leaflet_baidu/leaflet-baidu.html
This is a plugin to use qq map tiles with leaflet.
var map = L.map('container');
map.setView([39.916527,116.397128], 11);
var qqLayer = new L.qq();
map.addLayer(qqLayer);
.