Geen omschrijving

Lucas Stadler 80011f3bb7 add a README with instructions & resources 11 jaren geleden
..
.gitignore ee9e35002c hello, es6 & webpack 11 jaren geleden
README.md 80011f3bb7 add a README with instructions & resources 11 jaren geleden
comments.json 8a83c48c5d load comments from json 11 jaren geleden
content.js ee9e35002c hello, es6 & webpack 11 jaren geleden
entry.js bde08d37cd render comments on submit 11 jaren geleden
index.html 3a8728880a start working through the react tutorial 11 jaren geleden
package.json 52d1b31722 support markdown in comments 11 jaren geleden
style.css ee9e35002c hello, es6 & webpack 11 jaren geleden
webpack.config.js ee9e35002c hello, es6 & webpack 11 jaren geleden

README.md

Playing with React

Opinions/impressions coming later, when I have played with this more.

How to run this thing

$ npm install -g webpack
$ webpack --watch

# visit index.html in your browser

$ vi entry.js      # change something!

Ideas

  • follow "the way", at least at first, see how it works.
    • e.g. JSX, 6to5, webpack (JSX is a react thing, 6to5 & webpack are for sanity)
  • things to try
    • build a tiny thingy ("profile badge")
    • put it in a list
    • sort the list
    • filter the list
    • make the filter dynamic (optional/difficult)
  • in the future:
    • try out immutable.js & reimplement the above

Resources

  • React.js Conf 2015 seemed fun & quite interesting. For inspiration, watch HYPE!
  • om, because you actually want to use Clojure ;)