<?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: Johan PIQUET</title>
    <description>The latest articles on Forem by Johan PIQUET (@johanpiquet).</description>
    <link>https://forem.com/johanpiquet</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%2F1059613%2F0271af07-1915-43f5-a506-4311b806e0de.jpeg</url>
      <title>Forem: Johan PIQUET</title>
      <link>https://forem.com/johanpiquet</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/johanpiquet"/>
    <language>en</language>
    <item>
      <title>Jopi a clone of NextJS</title>
      <dc:creator>Johan PIQUET</dc:creator>
      <pubDate>Mon, 08 Dec 2025 14:04:19 +0000</pubDate>
      <link>https://forem.com/johanpiquet/jopi-a-clone-of-nextjs-57ca</link>
      <guid>https://forem.com/johanpiquet/jopi-a-clone-of-nextjs-57ca</guid>
      <description>&lt;p&gt;I am proud to announce the release of Jopi v3!&lt;br&gt;
It's a very fast clone of NextJs 16.&lt;/p&gt;

&lt;p&gt;It's &lt;strong&gt;x7.5 faster than NextJS&lt;/strong&gt; for delivering React page !!!&lt;br&gt;
And x3.5 faster when bundling 1000 pages !!!  &lt;a href="https://youtu.be/h7p9FM2uTu4" rel="noopener noreferrer"&gt;(benchmark)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's also &lt;strong&gt;way much simpler to use&lt;/strong&gt; because its philosophy is that of the early versions of NextJS. The one we liked as developers looking for simplicity and practicality.&lt;/p&gt;

&lt;p&gt;Jopi is not just a clone of NextJs, it also adds his own features.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Restricting access to pages based on &lt;strong&gt;user roles&lt;/strong&gt;: Jopi makes it very easy to say who can see a page and who can access an API.&lt;/li&gt;
&lt;li&gt;A module system allows:

&lt;ul&gt;
&lt;li&gt;Extending &lt;strong&gt;your core application with plugins&lt;/strong&gt; or split it into functionalities (ex: a module for the theme, one for the blog, one for the shop product pages, etc.)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;It allows you to refactor your site design without altering the existing code.&lt;/strong&gt; Disable the new module and you get back to the old design. Enable it, and you switch to the new one.Specifically, thanks to mechanisms that allow you to expose a React component, replace an exposed component, and replace existing routes. You replace the elements you want to evolve without modifying the original!&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;Interested? &lt;strong&gt;Learning to use Jopi is easy thanks to its video tutorials!&lt;/strong&gt; &lt;a href="https://jopijs.com/learn-basics/" rel="noopener noreferrer"&gt;(link)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
Or install the tutorial project: &lt;code&gt;npx jopi init --template tutorial&lt;/code&gt; &lt;a href="https://jopijs.com/the-tutorial-project/" rel="noopener noreferrer"&gt;(link)&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;The project website: &lt;a href="https://jopijs.com" rel="noopener noreferrer"&gt;https://jopijs.com&lt;/a&gt;.&lt;br&gt;
Github page: &lt;a href="https://github.com/jopijs/jopijs" rel="noopener noreferrer"&gt;link&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Benchmark video&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://youtu.be/h7p9FM2uTu4" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fly7o4lgq4wbxmplficjk.jpg" alt="Benchmark video" width="480" height="360"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Introduction to Jopi&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://youtu.be/0W-4jYDcCLo" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Folcf3wn4tqb6coiqivrg.jpg" alt="Introd video" width="480" height="360"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>bunjs</category>
      <category>react</category>
      <category>node</category>
    </item>
  </channel>
</rss>
