react-phoenix
react-phoenix copied to clipboard
Make rendering React.js components in Phoenix easy
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Is there a way to split loads with this library? My app.js is getting very large because I'm loading all components in app.js. Suppose I load map.js in the correct...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.8.4 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Thank you for making this awesome repo. I am wondering if we can pass a list of objects into props? For example: [%{obj_1}, %{obj_2}]? I've tried many ways to pass...
Since LiveView does its own DOM manipulation, we need a little extra to ensure that React components rendered inside of LiveView persists between updates.
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
`Phoenix.HTML` has deprecated `Phoenix.HTML.Tag` since the 4.X release. Because of this, the `content_tag` function is no longer available. I think a good path forward may be to use Phoenix Components...
Upgrades to `phoenix_html` to v4+ which moves HTML helpers to `phoenix_html_helpers`. From [phoenix_html changelog](https://hexdocs.pm/phoenix_html/changelog.html#v4-0-0-2023-12-19): > v4.0.0 (2023-12-19) > > This version removes deprecated functionality and moved all HTML helpers to...