0.400.0-dev.0 • Published 4 days ago

@holochain-syn/core v0.400.0-dev.0

Weekly downloads
-
License
-
Repository
-
Last release
4 days ago

@holochain-syn/core

Core package to easily build syn Holochain applications.

Installing

Install the necessary dependencies:

npm install @holochain-open-dev/profiles @holochain-syn/core

Usage

First, you need to have instantiated a SynStore from @holochain-syn/store and a ProfilesStore from @holochain-open-dev/profiles.

Defining the Context Providers

// Define the <profiles-context> element
import '@holochain-open-dev/profiles/dist/elements/profiles-context.js';

// Define the <syn-context> element
import '@holochain-syn/core/dist/elements/syn-context.js';

Now define the and the element and add it to your html wrapping the whole section of your page in which you are going to be placing the elements from @holochain-syn/elements:

<profiles-context id="profiles-context"> 
  <syn-context>
    <!-- The rest of your application goes here -->
  </syn-context>
</profiles-context>

Connect the Store to the Context Providers

Go to this page, select the framework you are using, and follow its example in order to:

  • Connect the ProfilesStore to the with id="profiles-context".
  • Connect the SynStore to the .
0.400.0-dev.0

4 days ago

0.300.0-dev.1

12 days ago

0.300.0-dev.0

2 months ago

0.12.1

4 months ago

0.11.0

5 months ago

0.12.0

5 months ago

0.10.0

5 months ago

0.9.0

6 months ago

0.8.0

6 months ago

0.7.0

7 months ago

0.6.0

8 months ago

0.5.1

10 months ago

0.5.0

1 year ago

0.3.0

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.3.0-alpha.6

1 year ago

0.3.0-alpha.7

1 year ago

0.3.0-alpha.2

1 year ago

0.3.0-alpha.3

1 year ago

0.2.6

1 year ago

0.3.0-alpha.4

1 year ago

0.3.0-alpha.5

1 year ago

0.2.5

1 year ago

0.3.0-alpha.1

1 year ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.4

2 years ago

0.1.10

2 years ago

0.1.11

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago