<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: PEAKIQ</title>
    <description>The latest articles on DEV Community by PEAKIQ (@peakiqofficial).</description>
    <link>https://dev.to/peakiqofficial</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3884032%2F32d55b2f-f47f-40db-9572-a98666d34dc1.jpeg</url>
      <title>DEV Community: PEAKIQ</title>
      <link>https://dev.to/peakiqofficial</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/peakiqofficial"/>
    <language>en</language>
    <item>
      <title>test111</title>
      <dc:creator>PEAKIQ</dc:creator>
      <pubDate>Mon, 20 Apr 2026 04:27:27 +0000</pubDate>
      <link>https://dev.to/peakiqofficial/test111-4859</link>
      <guid>https://dev.to/peakiqofficial/test111-4859</guid>
      <description>&lt;p&gt;Originally published on &lt;a href="https://www.peakiq.in/blog/test111" rel="noopener noreferrer"&gt;PEAKIQ&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;testtest&lt;/p&gt;

</description>
      <category>test</category>
    </item>
    <item>
      <title>Zustand vs Redux: Choosing the Right State Management for React</title>
      <dc:creator>PEAKIQ</dc:creator>
      <pubDate>Sat, 18 Apr 2026 05:06:46 +0000</pubDate>
      <link>https://dev.to/peakiqofficial/zustand-vs-redux-choosing-the-right-state-management-for-react-3cp9</link>
      <guid>https://dev.to/peakiqofficial/zustand-vs-redux-choosing-the-right-state-management-for-react-3cp9</guid>
      <description>&lt;p&gt;Originally published on &lt;a href="https://www.peakiq.in/blog/zustand-vs-redux-choosing-the-right-state-management-for-react" rel="noopener noreferrer"&gt;PEAKIQ&lt;/a&gt;&lt;/p&gt;




&lt;h1&gt;
  
  
  Getting started update
&lt;/h1&gt;

&lt;p&gt;You've decided to give MDXEditor a try? That's great, because it does not take a lot of effort. While powerful, the component needs little to boot. In this article, we will go through the necessary steps to reach the "Hello world" state.&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;

&lt;p&gt;To use MDXEditor in your project, install the &lt;code&gt;@mdxeditor/editor&lt;/code&gt; NPM package in your React project:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;--save&lt;/span&gt; @mdxeditor/editor

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Afterwards, you can import the React component and use it in your project. You need to include the CSS file as well, either as an import in React or in your project stylesheet. Follow the instructions below for your framework of choice.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight tsx"&gt;&lt;code&gt;&lt;span class="k"&gt;import&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="nx"&gt;MDXEditor&lt;/span&gt; &lt;span class="p"&gt;}&lt;/span&gt; &lt;span class="k"&gt;from&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;@mdxeditor/editor&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;
&lt;span class="k"&gt;import&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;@mdxeditor/editor/style.css&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>react</category>
      <category>statemanagement</category>
      <category>zustand</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
