
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
react-streamfield
Advanced tools
Powerful field for inserting multiple blocks with nesting.
Originally created for the Wagtail CMS thanks to a Kickstarter campaign.
https://wagtail.github.io/react-streamfield/public/
To have an idea on how to fully integrate react-streamfield, please check this CodeSandbox demo.
For more complex examples, see example/index.story.js
and
the corresponding demos
for more complex examples.
More documentation will arrive soon!
You can also check out wagtail-react-streamfield to see what an integration of this field looks like!
These JavaScript features are used in react-streamfield that are not supported natively in Internet Explorer 11:
Element.closest(…)
Array.find(…)
Object.entries(…)
CustomEvent
When using react-streamfield for Internet Explorer 11, you need to include the polyfills found in the section below, otherwise the package will not work properly.
React-streamfield uses some JavaScript features only available starting ECMAScript 2015. Some of these features are not handled by browsers such as Internet Explorer 11.
To maintain compatibility when using react-streamfield, install and import these polyfills (a polyfill adds a missing JavaScript browser feature):
{
"dependencies": {
"core-js": "^2.6.5",
"element-closest": "^3.0.1",
"custom-event-polyfill": "^1.0.6"
}
}
import 'core-js/shim'
import 'element-closest';
import 'custom-event-polyfill';
https://wagtail.github.io/react-streamfield/public/webpack-stats.html
FAQs
Powerful field for inserting multiple blocks with nesting.
The npm package react-streamfield receives a total of 21 weekly downloads. As such, react-streamfield popularity was classified as not popular.
We found that react-streamfield demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.