Skip to content

Commit ba2f39f

Browse files
committed
ref(blog): change image cover
1 parent e7b1699 commit ba2f39f

8 files changed

Lines changed: 16 additions & 52 deletions
Loading

apps/valor-software-site/src/assets/articles/next-js-module-federation-and-module-federation-ssr-plugins-are-being-open-sourced/next-js-module-federation-and-module-federation-ssr-plugins-are-being-open-sourced.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
= Next.js Module Federation and Module Federation SSR plugins are being open-sourced
22

3-
image::MF_cover.png[]
4-
53
Seattle, Wa., Sep 6, 2022, https://github.com/scriptedalchemy[Zackary Jackson^], co-creator of https://webpack.js.org/concepts/module-federation/[Webpack Module Federation^], co-author of https://module-federation.myshopify.com/products/practical-module-federation[Practical Module Federation^], and Webpack Core Team member and https://www.linkedin.com/in/zackary-jackson-81845a35/[Principal Engineer at Lululemon^], together with Valor Software as https://valor-software.com/articles/announcing-strategic-partnership-with-zack-jackson-the-module-federation-inventor[exclusive partners^] for Module Federation have open-sourced two plugins as one new Module Federation Package.
64

5+
image::Next_MF.jpeg[]
6+
77
Next.js Module Federation brought, for the first time, client-side rendering to federated modules on Next.js. This package was previously available for $40 (USD) on https://app.privjs.com/buy/packageDetail?pkg=@module-federation/nextjs-mf[PrivJS^] with over 92k downloads.
88

99
Next.js Module Federation SSR brought server-side rendering, which is significantly more complex, in addition to client-side rendering of federated modules to Next.js. This package was previously available for $100 (USD) on https://app.privjs.com/buy/packageDetail?pkg=@module-federation/nextjs-ssr[PrivJS^] with over 2.5k downloads.
1010

1111
The organizations and individuals who purchased licenses for these packages helped further Zack’s efforts and proved that there is a tangible need for these packages in the community. Their financial support was essential to the incubation of both plugins. Now, with the support of Valor Software as the official partners for the Module Federation organization, Zack is now able to open source.
1212

13-
Under the recommendation and with the assistance of https://github.com/valorkin[Dmitriy Shekhovtsov^] both packages have been moved to be co-located in a Nx workspace along with their sample applications. Additionally, they have been converted to TypeScript for ease of maintenance and open source contribution.
13+
Under the recommendation and with the assistance of https://github.com/valorkin[Dmitriy Shekhovtsov^] both packages have been moved to be co-located in a Nx workspace along with their sample applications. Additionally, they have been converted to TypeScript for ease of maintenance and open source contribution. +
1414

15-
=== _“The seed for this decision to open source these two plugins started pretty early in with my conversations with Valor Software, after a few months and additional talks with the leaders at organizations consuming the plugins I agreed that for the greater good of Module Federation, and the development community, the decision to open source is the right one. The main reason why these were closed source and commercial was out of necessity to fund the development of the ecosystem - as the ecosystem has grown and more corporate partners have adopted the technology, I am no longer dependent on the revenue to fund development.”_
15+
_“The seed for this decision to open source these two plugins started pretty early in with my conversations with Valor Software, after a few months and additional talks with the leaders at organizations consuming the plugins I agreed that for the greater good of Module Federation, and the development community, the decision to open source is the right one. The main reason why these were closed source and commercial was out of necessity to fund the development of the ecosystem - as the ecosystem has grown and more corporate partners have adopted the technology, I am no longer dependent on the revenue to fund development.”_
1616

1717
There are a very large number of organizations who have already pushed Module Federation to production or are in the process of adopting Module Federation. Organizations wishing to get assistance with their project can use the following https://calendly.com/d/d5d-mch-nby/module-federation-15-min?month=2022-09[calendly link] to schedule a free intro call with Zack Jackson and Valor Software.
1818

apps/valor-software-site/src/assets/articles/next-js-module-federation-and-module-federation-ssr-plugins-are-being-open-sourced/next-js-module-federation-and-module-federation-ssr-plugins-are-being-open-sourced.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<div id="preamble">
22
<div class="sectionbody">
3+
<div class="paragraph">
4+
<p>Seattle, Wa., Sep 6, 2022, <a href="https://github.com/scriptedalchemy" target="_blank" rel="noopener">Zackary Jackson</a>, co-creator of <a href="https://webpack.js.org/concepts/module-federation/" target="_blank" rel="noopener">Webpack Module Federation</a>, co-author of <a href="https://module-federation.myshopify.com/products/practical-module-federation" target="_blank" rel="noopener">Practical Module Federation</a>, and Webpack Core Team member and <a href="https://www.linkedin.com/in/zackary-jackson-81845a35/" target="_blank" rel="noopener">Principal Engineer at Lululemon</a>, together with Valor Software as <a href="https://valor-software.com/articles/announcing-strategic-partnership-with-zack-jackson-the-module-federation-inventor" target="_blank" rel="noopener">exclusive partners</a> for Module Federation have open-sourced two plugins as one new Module Federation Package.</p>
5+
</div>
36
<div class="imageblock">
47
<div class="content">
5-
<img src="assets/articles/next-js-module-federation-and-module-federation-ssr-plugins-are-being-open-sourced/MF_cover.png" alt="MF cover">
6-
</div>
8+
<img src="assets/articles/next-js-module-federation-and-module-federation-ssr-plugins-are-being-open-sourced/Next_MF.jpeg" alt="Next MF">
79
</div>
8-
<div class="paragraph">
9-
<p>Seattle, Wa., Sep 6, 2022, <a href="https://github.com/scriptedalchemy" target="_blank" rel="noopener">Zackary Jackson</a>, co-creator of <a href="https://webpack.js.org/concepts/module-federation/" target="_blank" rel="noopener">Webpack Module Federation</a>, co-author of <a href="https://module-federation.myshopify.com/products/practical-module-federation" target="_blank" rel="noopener">Practical Module Federation</a>, and Webpack Core Team member and <a href="https://www.linkedin.com/in/zackary-jackson-81845a35/" target="_blank" rel="noopener">Principal Engineer at Lululemon</a>, together with Valor Software as <a href="https://valor-software.com/articles/announcing-strategic-partnership-with-zack-jackson-the-module-federation-inventor" target="_blank" rel="noopener">exclusive partners</a> for Module Federation have open-sourced two plugins as one new Module Federation Package.</p>
1010
</div>
1111
<div class="paragraph">
1212
<p>Next.js Module Federation brought, for the first time, client-side rendering to federated modules on Next.js. This package was previously available for $40 (USD) on <a href="https://app.privjs.com/buy/packageDetail?pkg=@module-federation/nextjs-mf" target="_blank" rel="noopener">PrivJS</a> with over 92k downloads.</p>
@@ -19,11 +19,14 @@
1919
</div>
2020
<div class="paragraph">
2121
<p>Under the recommendation and with the assistance of <a href="https://github.com/valorkin" target="_blank" rel="noopener">Dmitriy Shekhovtsov</a> both packages have been moved to be co-located in a Nx workspace along with their sample applications. Additionally, they have been converted to TypeScript for ease of maintenance and open source contribution.</p>
22+
<br>
2223
</div>
2324
</div>
2425
</div>
2526
<div class="sect2">
26-
<h3 id="_the_seed_for_this_decision_to_open_source_these_two_plugins_started_pretty_early_in_with_my_conversations_with_valor_software_after_a_few_months_and_additional_talks_with_the_leaders_at_organizations_consuming_the_plugins_i_agreed_that_for_the_greater_good_of_module_federation_and_the_development_community_the_decision_to_open_source_is_the_right_one_the_main_reason_why_these_were_closed_source_and_commercial_was_out_of_necessity_to_fund_the_development_of_the_ecosystem_as_the_ecosystem_has_grown_and_more_corporate_partners_have_adopted_the_technology_i_am_no_longer_dependent_on_the_revenue_to_fund_development"><em>“The seed for this decision to open source these two plugins started pretty early in with my conversations with Valor Software, after a few months and additional talks with the leaders at organizations consuming the plugins I agreed that for the greater good of Module Federation, and the development community, the decision to open source is the right one. The main reason why these were closed source and commercial was out of necessity to fund the development of the ecosystem - as the ecosystem has grown and more corporate partners have adopted the technology, I am no longer dependent on the revenue to fund development.”</em></h3>
27+
<div class="paragraph">
28+
<em>“The seed for this decision to open source these two plugins started pretty early in with my conversations with Valor Software, after a few months and additional talks with the leaders at organizations consuming the plugins I agreed that for the greater good of Module Federation, and the development community, the decision to open source is the right one. The main reason why these were closed source and commercial was out of necessity to fund the development of the ecosystem - as the ecosystem has grown and more corporate partners have adopted the technology, I am no longer dependent on the revenue to fund development.”</em>
29+
</div>
2730
<div class="paragraph">
2831
<p>There are a very large number of organizations who have already pushed Module Federation to production or are in the process of adopting Module Federation. Organizations wishing to get assistance with their project can use the following <a href="https://calendly.com/d/d5d-mch-nby/module-federation-15-min?month=2022-09">calendly link</a> to schedule a free intro call with Zack Jackson and Valor Software.</p>
2932
</div>

apps/valor-software-site/src/assets/articles/next-js-module-federation-and-module-federation-ssr-plugins-are-being-open-sourced/next-js-module-federation-and-module-federation-ssr-plugins-are-being-open-sourced.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"authorImg": "assets/articles/next-js-module-federation-and-module-federation-ssr-plugins-are-being-open-sourced/Zackary_Chapple.jpeg",
88
"language": "en",
9-
"bgImg": "assets/articles/next-js-module-federation-and-module-federation-ssr-plugins-are-being-open-sourced/MF_cover.png",
9+
"bgImg": "assets/articles/next-js-module-federation-and-module-federation-ssr-plugins-are-being-open-sourced/Next_MF.jpeg",
1010
"title": "Next.js Module Federation and Module Federation SSR plugins are being open-sourced",
1111
"position": "Chief Revenue Officer",
1212
"date": "Wed Sep 6 2022",

assets/articles/0042-next-js-module-federation-and-module-federation-ssr-plugins-are-being-open-sourced/next-js-module-federation-and-module-federation-ssr-plugins-are-being-open-sourced.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
Seattle, Wa., Sep 6, 2022, https://github.com/scriptedalchemy[Zackary Jackson^], co-creator of https://webpack.js.org/concepts/module-federation/[Webpack Module Federation^], co-author of https://module-federation.myshopify.com/products/practical-module-federation[Practical Module Federation^], and Webpack Core Team member and https://www.linkedin.com/in/zackary-jackson-81845a35/[Principal Engineer at Lululemon^], together with Valor Software as https://valor-software.com/articles/announcing-strategic-partnership-with-zack-jackson-the-module-federation-inventor[exclusive partners^] for Module Federation have open-sourced two plugins as one new Module Federation Package.
44

5-
image::MF_cover.png[]
5+
image::Next_MF.jpeg[]
66

77
Next.js Module Federation brought, for the first time, client-side rendering to federated modules on Next.js. This package was previously available for $40 (USD) on https://app.privjs.com/buy/packageDetail?pkg=@module-federation/nextjs-mf[PrivJS^] with over 92k downloads.
88

99
Next.js Module Federation SSR brought server-side rendering, which is significantly more complex, in addition to client-side rendering of federated modules to Next.js. This package was previously available for $100 (USD) on https://app.privjs.com/buy/packageDetail?pkg=@module-federation/nextjs-ssr[PrivJS^] with over 2.5k downloads.
1010

1111
The organizations and individuals who purchased licenses for these packages helped further Zack’s efforts and proved that there is a tangible need for these packages in the community. Their financial support was essential to the incubation of both plugins. Now, with the support of Valor Software as the official partners for the Module Federation organization, Zack is now able to open source.
1212

13-
Under the recommendation and with the assistance of https://github.com/valorkin[Dmitriy Shekhovtsov^] both packages have been moved to be co-located in a Nx workspace along with their sample applications. Additionally, they have been converted to TypeScript for ease of maintenance and open source contribution.
13+
Under the recommendation and with the assistance of https://github.com/valorkin[Dmitriy Shekhovtsov^] both packages have been moved to be co-located in a Nx workspace along with their sample applications. Additionally, they have been converted to TypeScript for ease of maintenance and open source contribution. +
1414

1515
_“The seed for this decision to open source these two plugins started pretty early in with my conversations with Valor Software, after a few months and additional talks with the leaders at organizations consuming the plugins I agreed that for the greater good of Module Federation, and the development community, the decision to open source is the right one. The main reason why these were closed source and commercial was out of necessity to fund the development of the ecosystem - as the ecosystem has grown and more corporate partners have adopted the technology, I am no longer dependent on the revenue to fund development.”_
1616

assets/articles/0042-next-js-module-federation-and-module-federation-ssr-plugins-are-being-open-sourced/next-js-module-federation-and-module-federation-ssr-plugins-are-being-open-sourced.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"authorImg": "assets/articles/next-js-module-federation-and-module-federation-ssr-plugins-are-being-open-sourced/Zackary_Chapple.jpeg",
88
"language": "en",
9-
"bgImg": "assets/articles/next-js-module-federation-and-module-federation-ssr-plugins-are-being-open-sourced/MF.png",
9+
"bgImg": "assets/articles/next-js-module-federation-and-module-federation-ssr-plugins-are-being-open-sourced/Next_MF.jpeg",
1010
"title": "Next.js Module Federation and Module Federation SSR plugins are being open-sourced",
1111
"position": "Chief Revenue Officer",
1212
"date": "Wed Sep 6 2022",

assets/articles/0042-open-sourcing-mf-press-release/next-js-module-federation-and-module-federation-ssr-plugins-are-being-open-sourced.adoc

Lines changed: 0 additions & 25 deletions
This file was deleted.

assets/articles/0042-open-sourcing-mf-press-release/next-js-module-federation-and-module-federation-ssr-plugins-are-being-open-sourced.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)