You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
Hey guys, great job ... but is there any way we can require that code in javascript using es6 modules (AMD, commonJS, whichever) ?
I don't want to carry around in my bundler the whole Rx.DOM. object when i only want the ajax api for basic requests.
For now, there is no way to require("react-dom/ajax") or ... import { Ajax } from "react-dom/something", or at least i haven't found out how properly require them.
Thanks a lot , have a great day 👍
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey guys, great job ... but is there any way we can require that code in javascript using es6 modules (AMD, commonJS, whichever) ?
I don't want to carry around in my bundler the whole Rx.DOM. object when i only want the ajax api for basic requests.
For now, there is no way to require("react-dom/ajax") or ... import { Ajax } from "react-dom/something", or at least i haven't found out how properly require them.
Thanks a lot , have a great day 👍
The text was updated successfully, but these errors were encountered: