Skip to content

Combining two cells into one... #3

@rbbydotdev

Description

@rbbydotdev
  const allMd$ = Cell("", (realm) => {
    realm.sub(markdown$, (md) => {
      realm.pub(allMd$, md);
    });
    realm.sub(markdownSourceEditorValue$, (md) => {
      realm.pub(allMd$, md);
    });
  }),

Is this the only way two combine two cells into one? I see combine but but it gives you an array, I want a singular raced to value. Does such a thing exist? I cannot for the life of me find it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions