2.1.4 • Published 2 years ago

@stellar/frontend-helpers v2.1.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Frontend Helpers

This repo contains useful functionality that we often have to duplicate across different projects.

The goal is to have fewer lines of codes that we have to maintain, so anything that we do in more than one repo should live here.

Structure

All functions are organized under the src/helpers folder with colocated Markdown files to explain usage.

Installation

yarn add @stellar/frontend-helpers

Adding helpers

  • Create a directory with the name of the helper method.
  • Inside the directory:
    • create index.ts for the main code of the method,
    • if necessary, add README.md file with context and/or instructions.
  • Export newly created helper to src/index.ts.
2.1.4

2 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.3

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.2

3 years ago

1.0.0

3 years ago