rportal
Version:
is a simple React package used to render components outside default React top-down rendering hierarchy. With this package you can model any logical component hierarchy you want. You simply put 2 (or more) portals somewhere in your application and children
14 lines (13 loc) • 364 B
JSON
{
"name": "rportal",
"version": "1.1.4",
"main": "index.js",
"repository": "https://github.com/zieleniowy/rportal.git",
"author": "Mateusz Rynkowski m.rynkowski@zhr.pl",
"keywords": ["react", "portal", "render", "state"],
"license": "MIT",
"homepage": "https://github.com/zieleniowy/rportal",
"peerDependencies": {
"react": ">= 16.0.0"
}
}