Why use React.js why not use javascript directly?
I have coded the same App in plain JavaScript to React. Here is my experience.
Direct javascript browser API Using document.createElement or jQuery
- component creation is ok.
- the first render can be done easily using Loops.
- value manipulation af...
blog.defaultcoder.com2 min read