<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://192.168.180.206:8001/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://192.168.180.206:8001/feed.php">
        <title>wiki.niziak.spox.org - programming:react</title>
        <description></description>
        <link>http://192.168.180.206:8001/</link>
        <image rdf:resource="http://192.168.180.206:8001/_media/wiki:dokuwiki.svg" />
       <dc:date>2026-05-13T00:24:17+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://192.168.180.206:8001/programming:react:jquery?rev=1593762621&amp;do=diff"/>
                <rdf:li rdf:resource="http://192.168.180.206:8001/programming:react:jsx?rev=1593762621&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://192.168.180.206:8001/_media/wiki:dokuwiki.svg">
        <title>wiki.niziak.spox.org</title>
        <link>http://192.168.180.206:8001/</link>
        <url>http://192.168.180.206:8001/_media/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://192.168.180.206:8001/programming:react:jquery?rev=1593762621&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-07-03T07:50:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Using JQuery with react</title>
        <link>http://192.168.180.206:8001/programming:react:jquery?rev=1593762621&amp;do=diff</link>
        <description>Using JQuery with react

Basics

From Integrate jQuery UI autocomplete and React

JQuery UI widget lives outside react. React is not making any updates.


render: function() {
  return (&lt;div&gt;&lt;/div&gt;)
},
componentDidMount: function() {
  $(React.findDOMNode(this)).jquery_widget({param1: &#039;value1&#039;, param2: &#039;value2&#039;});
},
componentWillUnmount: function() {
  $(React.findDOMNode(this)).jquery_widget(&#039;destroy&#039;);
},
shouldComponentUpdate: function() {
  return false
},</description>
    </item>
    <item rdf:about="http://192.168.180.206:8001/programming:react:jsx?rev=1593762621&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-07-03T07:50:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>React</title>
        <link>http://192.168.180.206:8001/programming:react:jsx?rev=1593762621&amp;do=diff</link>
        <description>React


&lt;!doctype html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
  &lt;meta charset=&quot;utf-8&quot;&gt;
  &lt;title&gt;ESP8266 Control&lt;/title&gt;
  &lt;script src=&quot;https://npmcdn.com/react@15.3.0/dist/react.js&quot;&gt;&lt;/script&gt;
  &lt;script src=&quot;https://npmcdn.com/react-dom@15.3.0/dist/react-dom.js&quot;&gt;&lt;/script&gt;
  &lt;script src=&quot;https://npmcdn.com/babel-core@5.8.38/browser.js&quot;&gt;&lt;/script&gt;
  &lt;script src=&quot;https://npmcdn.com/jquery@3.1.0/dist/jquery.min.js&quot;&gt;&lt;/script&gt;
  &lt;script src=&quot;https://npmcdn.com/remarkable@1.6.2/dist/remarkable.min.js&quot;&gt;&lt;/script&gt;
&lt;/head…</description>
    </item>
</rdf:RDF>
