|
@@ -0,0 +1,45 @@
|
|
|
+{:title "Live Hacking Reagent"
|
|
|
+ :layout :video
|
|
|
+ :video-yt-id "M4NgTiyettw"
|
|
|
+ :video-yt-additional-ids ["jEllc2ZqBSs"] ; TODO, add to template.
|
|
|
+ :video-description "Live Hacking Reagent - Web Tech"
|
|
|
+}
|
|
|
+
|
|
|
+Building a Reagant (React + ClojureScript) SPA for subscription page. Will incorporate
|
|
|
+RSS feeds and SteemIt login at least, perhaps Passwordless. Should be easily incorporated
|
|
|
+into React Native app.
|
|
|
+
|
|
|
+### Links
|
|
|
+
|
|
|
+* [https://github.com/bhauman/figwheel-template](https://github.com/bhauman/figwheel-template)
|
|
|
+
|
|
|
+* [https://www.w3.org/TR/2011/REC-css3-selectors-20110929/#nsdecl](https://www.w3.org/TR/2011/REC-css3-selectors-20110929/#nsdecl)
|
|
|
+
|
|
|
+* [https://clojuredocs.org/clojure.core/for](https://clojuredocs.org/clojure.core/for)
|
|
|
+
|
|
|
+
|
|
|
+* [http://cljs.info/cheatsheet/](http://cljs.info/cheatsheet/)
|
|
|
+
|
|
|
+
|
|
|
+* [https://cyber.harvard.edu/rss/rss.html](https://cyber.harvard.edu/rss/rss.html)
|
|
|
+
|
|
|
+
|
|
|
+* [https://github.com/r0man/cljs-http/blob/master/src/cljs_http/core.cljs#L41](https://github.com/r0man/cljs-http/blob/master/src/cljs_http/core.cljs#L41)
|
|
|
+
|
|
|
+* [https://stackoverflow.com/a/48988189](https://stackoverflow.com/a/48988189)
|
|
|
+ Just use react-router-dom - react-router-dom re-exports all of react-router. The link on GitHub answer https://github.com/ReactTraining/react-router/issues/4648
|
|
|
+
|
|
|
+
|
|
|
+* [https://github.com/harlanji/tinydatacenter/blob/master/ispooge.com-v2/app/resources/templates/themes/ispooge/js/steem-login.js](https://github.com/harlanji/tinydatacenter/blob/master/ispooge.com-v2/app/resources/templates/themes/ispooge/js/steem-login.js)
|
|
|
+
|
|
|
+* [ https://medium.com/javascript-scene/passwordless-authentication-with-react-and-auth0-c4cb003c7cde]( https://medium.com/javascript-scene/passwordless-authentication-with-react-and-auth0-c4cb003c7cde)
|
|
|
+
|
|
|
+
|
|
|
+* [https://auth0.com/docs/quickstart/spa/react/04-authorization](https://auth0.com/docs/quickstart/spa/react/04-authorization)
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+* [https://www.npmjs.com/package/react-router-dom](https://www.npmjs.com/package/react-router-dom)
|
|
|
+
|
|
|
+
|
|
|
+
|