<?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>Forem: Abu Sayem Md Habibullah</title>
    <description>The latest articles on Forem by Abu Sayem Md Habibullah (@asmdhabibullah).</description>
    <link>https://forem.com/asmdhabibullah</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%2F119160%2F384b789b-69de-45d7-8ce0-ad68d7109653.jpeg</url>
      <title>Forem: Abu Sayem Md Habibullah</title>
      <link>https://forem.com/asmdhabibullah</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/asmdhabibullah"/>
    <language>en</language>
    <item>
      <title>How to use the multi plugin in your next.js application</title>
      <dc:creator>Abu Sayem Md Habibullah</dc:creator>
      <pubDate>Sat, 08 Feb 2020 10:46:09 +0000</pubDate>
      <link>https://forem.com/asmdhabibullah/how-to-use-multi-plugins-in-your-next-js-application-49m3</link>
      <guid>https://forem.com/asmdhabibullah/how-to-use-multi-plugins-in-your-next-js-application-49m3</guid>
      <description>&lt;p&gt;I saw many of them have problems to use multi plugins in next.js configuration file, I mean next.config.js file.&lt;/p&gt;

&lt;p&gt;You can use official (next-compose-plugins) to wraps your all plugins and look at all plugins documentation below the link:&lt;br&gt;
&lt;a href="https://github.com/zeit/next-plugins"&gt;https://github.com/zeit/next-plugins&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Also, you can try this, it's working properly.&lt;/p&gt;

&lt;p&gt;// In your next.config.js file&lt;br&gt;
const withPlugins = require('next-compose-plugins');&lt;br&gt;
const withCSS = require("@zeit/next-css");&lt;br&gt;
const withSass = require('@zeit/next-sass')&lt;br&gt;
const withImages = require('next-images')&lt;/p&gt;

&lt;p&gt;module.exports = withPlugins([&lt;br&gt;
[withCSS(withSass())],&lt;br&gt;
[withImages],&lt;br&gt;
])&lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>multiplugin</category>
    </item>
    <item>
      <title>ReduxJs Advanced Design Pattern.</title>
      <dc:creator>Abu Sayem Md Habibullah</dc:creator>
      <pubDate>Thu, 06 Feb 2020 18:07:12 +0000</pubDate>
      <link>https://forem.com/asmdhabibullah/reduxjs-advanced-design-pattern-1mbf</link>
      <guid>https://forem.com/asmdhabibullah/reduxjs-advanced-design-pattern-1mbf</guid>
      <description>&lt;p&gt;ReduxJs Advanced Design Pattern.&lt;/p&gt;

&lt;p&gt;Advanced thinking of reduxjs, action ---&amp;gt; middleware ---&amp;gt; produce new action.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s---0pJBAvE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/oe5lvx9od5548x424s02.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---0pJBAvE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/oe5lvx9od5548x424s02.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>react</category>
      <category>reduxjs</category>
    </item>
  </channel>
</rss>
