Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
donskov

donskov/static-render-html-webpack-...

JavaScript
8
2
MIT License
donskov's profile
donskov
23 contributions
tbrnslv's profile
tbrnslv
1 contributions

Support the dependencies of donskov/static-render-html-webpack-plugin

Account's avatar
babel/babel
babel require hook
Account's avatar
chaijs/chai-spies
Spies for the Chai assertion library.
Account's avatar
jprichardson/node-fs-extra
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Account's avatar
beautifier/js-beautify
beautifier.io for node
Account's avatar
facebook/react
React is a JavaScript library for building user interfaces.
Account's avatar
facebook/react
React package for working with the DOM.
Account's avatar
bevry/requirefresh
Require a file without adding it into the require cache
Account's avatar
webpack/webpack
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
Account's avatar
babel/babel
Babel command line.
Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
A Babel preset for each environment.
Account's avatar
babel/babel
Turn JSX into React function calls
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)

The **static‑render‑html‑webpack‑plugin** is a Webpack plugin that converts React (or JSX) components into plain HTML files at build time, generating ready‑to‑serve static pages (e.g., the initial page of a PWA). It’s aimed at front‑end developers who want a fast “first paint” by pre‑rendering their markup during the Webpack bundling process.