Skip to content

Commit

Permalink
Release v1 and working typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLindhout committed Jul 3, 2020
1 parent 7480535 commit fcc5ebd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

# WIP: not USABLE YET
# react-ridge-translations :fr: :us: :uk: :es: :de: :gb: :cn: :ru: :it:
![Bundle Size](https://badgen.net/bundlephobia/minzip/react-ridge-translations) [![npm version](https://badge.fury.io/js/react-ridge-translations.svg)](https://badge.fury.io/js/react-ridge-translations) ![npm](https://img.shields.io/npm/dt/react-ridge-translations.svg)

Expand Down Expand Up @@ -153,3 +152,12 @@ const translate = createTranslations<TranslationLanguages>()({
})
export default translate
```

## About us

We want developers to be able to build software faster using modern tools like GraphQL, Golang, React Native without depending on commercial providers like Firebase or AWS Amplify.

Checkout our other products too! :ok_hand: https://github.com/web-ridge

- Easy global state management in React / React Native -> https://github.com/web-ridge/react-ridge-state

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-ridge-translations",
"version": "0.0.3",
"version": "1.0.0",
"description": "react-ridge-translations is a type safe translation library without the struggle",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit fcc5ebd

Please sign in to comment.