Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Isomorphic javascript client library. #1258

Closed
ravikumarmistry opened this issue Nov 19, 2020 · 1 comment · Fixed by #2100
Closed

Isomorphic javascript client library. #1258

ravikumarmistry opened this issue Nov 19, 2020 · 1 comment · Fixed by #2100
Labels
type:feature New feature or improvement of existing feature

Comments

@ravikumarmistry
Copy link

Is your feature request related to a problem? Please describe.
I wanted to use the parse-client with nativescript app but as far as I can see this library uses some of the javascript modules which are not available in nativescript runtime (Ex. local storage, crypto,). Can we redesign this library using only modules which are available stripdown javascript runtime. If we can do that we do not need to import different modules for different platform(like react, nativescript, node, web browsers, ionic, electron etc).

@TomWFox TomWFox added the type:feature New feature or improvement of existing feature label Nov 19, 2020
@dplewis
Copy link
Member

dplewis commented Feb 11, 2023

@mtrezza @davimacedo @dblythy The library is nearly isomorphic. The CoreManager will allow for developers to add missing implementations for different platforms. The CoreManager is also missing documentation. Testing against react-native build would benefit from this as we would have to add missing implementations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
3 participants