You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/2013-06-02-jsfiddle-integration.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: JSFiddle Integration
3
3
author: [vjeux]
4
4
---
5
5
6
-
[JSFiddle](https://jsfiddle.net) just announced support for React. This is an exciting news as it makes collaboration on snippets of code a lot easier. You can play around this **[base React JSFiddle](http://jsfiddle.net/vjeux/kb3gN/)**, fork it and share it! A [fiddle without JSX](http://jsfiddle.net/vjeux/VkebS/) is also available.
6
+
[JSFiddle](https://jsfiddle.net) just announced support for React. This is an exciting news as it makes collaboration on snippets of code a lot easier. You can play around this **[base React JSFiddle](https://jsfiddle.net/vjeux/kb3gN/)**, fork it and share it! A [fiddle without JSX](https://jsfiddle.net/vjeux/VkebS/) is also available.
7
7
8
8
9
-
<blockquoteclass="twitter-tweet"align="center"><p>React (by Facebook) is now available on JSFiddle. <ahref="http://t.co/wNQf9JPv5u"title="http://facebook.github.io/react/">facebook.github.io/react/</a></p>— JSFiddle (@jsfiddle) <ahref="https://twitter.com/jsfiddle/status/341114115781177344">June 2, 2013</a></blockquote>
9
+
<blockquoteclass="twitter-tweet"align="center"><p>React (by Facebook) is now available on JSFiddle. <ahref="https://t.co/wNQf9JPv5u"title="https://facebook.github.io/react/">facebook.github.io/react/</a></p>— JSFiddle (@jsfiddle) <ahref="https://twitter.com/jsfiddle/status/341114115781177344">June 2, 2013</a></blockquote>
Copy file name to clipboardExpand all lines: content/blog/2013-06-12-community-roundup.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@ React was open sourced two weeks ago and it's time for a little round-up of what
7
7
8
8
## Khan Academy Question Editor {#khan-academy-question-editor}
9
9
10
-
It looks like [Sophie Alpert](http://sophiebits.com/) is the first person outside of Facebook and Instagram to push React code to production. We are very grateful for her contributions in form of pull requests, bug reports and presence on IRC ([#reactjs on Freenode](irc://chat.freenode.net/reactjs)). Sophie wrote about her experience using React:
10
+
It looks like [Sophie Alpert](https://sophiebits.com/) is the first person outside of Facebook and Instagram to push React code to production. We are very grateful for her contributions in form of pull requests, bug reports and presence on IRC ([#reactjs on Freenode](irc://chat.freenode.net/reactjs)). Sophie wrote about her experience using React:
11
11
12
12
> I just rewrote a 2000-line project in React and have now made a handful of pull requests to React. Everything about React I've seen so far seems really well thought-out and I'm proud to be the first non-FB/IG production user of React.
13
13
>
14
14
> The project that I rewrote in React (and am continuing to improve) is the Khan Academy question editor which content creators can use to enter questions and hints that will be presented to students:
> [Read the full post...](http://sophiebits.com/2013/06/09/using-react-to-speed-up-khan-academy.html)
17
+
> [Read the full post...](https://sophiebits.com/2013/06/09/using-react-to-speed-up-khan-academy.html)
18
18
19
19
## Pimp my Backbone.View (by replacing it with React) {#pimp-my-backboneview-by-replacing-it-with-react}
20
20
@@ -30,15 +30,15 @@ It looks like [Sophie Alpert](http://sophiebits.com/) is the first person outsid
30
30
31
31
## Using facebook's React with require.js {#using-facebooks-react-with-requirejs}
32
32
33
-
[Mario Mueller](http://blog.xenji.com/) wrote a menu component in React and was able to easily integrate it with require.js, EventEmitter2 and bower.
33
+
[Mario Mueller](https://blog.xenji.com/) wrote a menu component in React and was able to easily integrate it with require.js, EventEmitter2 and bower.
34
34
35
35
> I recently stumbled upon facebook's React library, which is a JavaScript library for building reusable frontend components. Even if this lib is only at version 0.3.x it behaves very stable, it is fast and is fun to code. I'm a big fan of require.js, so I tried to use React within the require.js eco system. It was not as hard as expected and here are some examples and some thoughts about it.
36
36
>
37
-
> [Read the full post...](http://blog.xenji.com/2013/06/facebooks-react-require-js.html)
37
+
> [Read the full post...](https://blog.xenji.com/2013/06/facebooks-react-require-js.html)
38
38
39
39
## Origins of React {#origins-of-react}
40
40
41
-
[Pete Hunt](http://www.petehunt.net/blog/) explained what differentiates React from other JavaScript libraries in [a previous blog post](/blog/2013/06/05/why-react.html). [Lee Byron](http://leebyron.com/) gives another perspective on Quora:
41
+
[Pete Hunt](https://www.petehunt.net/blog/) explained what differentiates React from other JavaScript libraries in [a previous blog post](/blog/2013/06/05/why-react.html). [Lee Byron](https://leebyron.com/) gives another perspective on Quora:
42
42
43
43
> React isn't quite like any other popular JavaScript libraries, and it solves a very specific problem: complex UI rendering. It's also intended to be used along side many other popular libraries. For example, React works well with Backbone.js, amongst many others.
Copy file name to clipboardExpand all lines: content/blog/2013-06-19-community-roundup-2.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Since the launch we have received a lot of feedback and are actively working on
7
7
8
8
## Some quick thoughts on React {#some-quick-thoughts-on-react}
9
9
10
-
[Andrew Greig](http://www.andrewgreig.com/) made a blog post that gives a high level description of what React is.
10
+
[Andrew Greig](https://www.andrewgreig.com/) made a blog post that gives a high level description of what React is.
11
11
12
12
> I have been using Facebooks recently released JavaScript framework called React.js for the last few days and have managed to obtain a rather high level understanding of how it works and formed a good perspective on how it fits in to the entire javascript framework ecosystem.
13
13
>
@@ -17,46 +17,46 @@ Since the launch we have received a lot of feedback and are actively working on
17
17
>
18
18
> I found the best way to utilise React was to pair it with Backbone, with React replacing the Backbone View, or to write your own Model/Data object and have React communicate with that.
19
19
>
20
-
> [Read the full post...](http://www.andrewgreig.com/637/)
20
+
> [Read the full post...](https://www.andrewgreig.com/637/)
21
21
22
22
## React and Socket.IO Chat Application {#react-and-socketio-chat-application}
23
23
24
24
[Danial Khosravi](https://danialk.github.io/) made a real-time chat application that interacts with the back-end using Socket.IO.
25
25
26
-
> A week ago I was playing with AngularJS and [this little chat application](https://github.com/btford/angular-socket-io-im) which uses socket.io and nodejs for realtime communication. Yesterday I saw a post about ReactJS in [EchoJS](http://www.echojs.com/) and started playing with this UI library. After playing a bit with React, I decided to write and chat application using React and I used Bran Ford's Backend for server side of this little app.
26
+
> A week ago I was playing with AngularJS and [this little chat application](https://github.com/btford/angular-socket-io-im) which uses socket.io and nodejs for realtime communication. Yesterday I saw a post about ReactJS in [EchoJS](https://www.echojs.com/) and started playing with this UI library. After playing a bit with React, I decided to write and chat application using React and I used Bran Ford's Backend for server side of this little app.
> [Read the full post...](https://danialk.github.io/blog/2013/06/16/reactjs-and-socket-dot-io-chat-application/)
30
30
31
31
## React and Other Frameworks {#react-and-other-frameworks}
32
32
33
-
[Pete Hunt](http://www.petehunt.net/blog/) wrote an answer on Quora comparing React and Angular directives. At the end, he explains how you can make an Angular directive that is in fact being rendered with React.
33
+
[Pete Hunt](https://www.petehunt.net/blog/) wrote an answer on Quora comparing React and Angular directives. At the end, he explains how you can make an Angular directive that is in fact being rendered with React.
34
34
35
35
> To set the record straight: React components are far more powerful than Angular templates; they should be compared with Angular's directives instead. So I took the first Google hit for "AngularJS directive tutorial" (AngularJS Directives Tutorial - Fundoo Solutions), rewrote it in React and compared them. [...]
36
36
>
37
37
> We've designed React from the beginning to work well with other libraries. Angular is no exception. Let's take the original Angular example and use React to implement the fundoo-rating directive.
38
38
>
39
39
> [Read the full post...](https://www.quora.com/Pete-Hunt/Posts/Facebooks-React-vs-AngularJS-A-Closer-Look)
40
40
41
-
In the same vein, [Markov Twain](https://twitter.com/markov_twain/status/345702941845499906) re-implemented the examples on the front-page [with Ember](http://jsbin.com/azihiw/2/edit) and [Vlad Yazhbin](https://twitter.com/vla) re-implemented the tutorial [with Angular](http://jsfiddle.net/vla/Cdrse/).
41
+
In the same vein, [Markov Twain](https://twitter.com/markov_twain/status/345702941845499906) re-implemented the examples on the front-page [with Ember](https://jsbin.com/azihiw/2/edit) and [Vlad Yazhbin](https://twitter.com/vla) re-implemented the tutorial [with Angular](https://jsfiddle.net/vla/Cdrse/).
42
42
43
43
## Web Components: React & x-tags {#web-components-react--x-tags}
44
44
45
-
Mozilla and Google are actively working on Web Components. [Vjeux](http://blog.vjeux.com/) wrote a proof of concept that shows how to implement them using React.
45
+
Mozilla and Google are actively working on Web Components. [Vjeux](https://blog.vjeux.com/) wrote a proof of concept that shows how to implement them using React.
46
46
47
-
> Using [x-tags](http://www.x-tags.org/) from Mozilla, we can write custom tags within the DOM. This is a great opportunity to be able to write reusable components without being tied to a particular library. I wrote [x-react](https://github.com/vjeux/react-xtags/) to have them being rendered in React.
> Using [x-tags](https://www.x-tags.org/) from Mozilla, we can write custom tags within the DOM. This is a great opportunity to be able to write reusable components without being tied to a particular library. I wrote [x-react](https://github.com/vjeux/react-xtags/) to have them being rendered in React.
> [Read the full post...](http://blog.vjeux.com/2013/javascript/custom-components-react-x-tags.html)
50
+
> [Read the full post...](https://blog.vjeux.com/2013/javascript/custom-components-react-x-tags.html)
51
51
52
52
## React TodoMVC Example {#react-todomvc-example}
53
53
54
-
[TodoMVC.com](http://todomvc.com/) is a website that collects various implementations of the same basic Todo app. [Pete Hunt](http://www.petehunt.net/blog/) wrote an idiomatic React version.
54
+
[TodoMVC.com](https://todomvc.com/) is a website that collects various implementations of the same basic Todo app. [Pete Hunt](https://www.petehunt.net/blog/) wrote an idiomatic React version.
55
55
56
56
> Developers these days are spoiled with choice when it comes to selecting an MV* framework for structuring and organizing their JavaScript web apps.
57
57
>
58
58
> To help solve this problem, we created TodoMVC - a project which offers the same Todo application implemented using MV* concepts in most of the popular JavaScript MV* frameworks of today.
0 commit comments