0.400.0-rc.0 • Published 9 months ago

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

Weekly downloads
-
License
-
Repository
-
Last release
9 months 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-rc.0

9 months ago

0.300.0

11 months ago

0.400.0-dev.0

1 year ago

0.300.0-dev.1

1 year ago

0.300.0-dev.0

1 year ago

0.12.1

2 years ago

0.11.0

2 years ago

0.12.0

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.3.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.3.0-alpha.6

2 years ago

0.3.0-alpha.7

2 years ago

0.3.0-alpha.2

3 years ago

0.3.0-alpha.3

2 years ago

0.2.6

3 years ago

0.3.0-alpha.4

2 years ago

0.3.0-alpha.5

2 years ago

0.2.5

3 years ago

0.3.0-alpha.1

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.4

3 years ago

0.1.10

3 years ago

0.1.11

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago