radiks icon indicating copy to clipboard operation
radiks copied to clipboard

A client-side framework for building model-driven decentralized applications.

Results 44 radiks issues
Sort by recently updated
recently updated
newest added

Tooling should have a script to create a single file for distribution, using webpack. It should be built such that it can be imported easily with unpkg.

Currently on my application I have a model that extends the `User` model. Fetching and retrieving information is working properly however when I update an attribute it seems to generate...

When the user initially signs into an application and gets registered via User model via `await User.createWithCurrentUser()`, a document is created with some nested data via profile. At that moment...