Skip to content

Commit 73ed76b

Browse files
committed
Updated styles
1 parent b24c816 commit 73ed76b

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
lines changed

README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,26 @@
44

55
_"This guide is a **living compendium** documenting the most important patterns and recipes on how to use **React** (and its Ecosystem) in a **functional style** using **TypeScript**. It will help you make your code **completely type-safe** while focusing on **inferring the types from implementation** so there is less noise coming from excessive type annotations and it's easier to write and maintain correct types in the long run."_
66

7-
[![Join the chat at https://gitter.im/react-redux-typescript-guide/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/react-redux-typescript-guide/Lobby)
7+
[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/react-redux-ts)
8+
[![Join the chat at https://gitter.im/react-redux-typescript-guide/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/react-redux-typescript-guide/Lobby)
89

9-
:star: _Found it useful? Want more updates?_ [**Show your support by giving a :star:**](https://github.com/piotrwitek/react-redux-typescript-guide/stargazers)
10+
_Found it useful? Want more updates?_
1011

11-
:tada: _Now updated to support **TypeScript v3.4**_ :tada:
12+
[**Show your support by giving a :star:**](https://github.com/piotrwitek/react-redux-typescript-guide/stargazers)
1213

13-
<a href="https://www.buymeacoffee.com/zh9guxbA5">
14+
<a href="https://www.buymeacoffee.com/piotrekwitek">
1415
<img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me a Coffee">
1516
</a>
1617
<a href="https://www.patreon.com/piotrekwitek">
1718
<img src="https://c5.patreon.com/external/logo/[email protected]" alt="Become a Patron" width="160">
1819
</a>
1920

21+
<br/><hr/>
22+
23+
:tada: _Now updated to support **TypeScript v3.4**_ :tada:
24+
25+
<hr/><br/>
26+
2027
</div>
2128

2229
**Goals**

README_SOURCE.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44

55
_"This guide is a **living compendium** documenting the most important patterns and recipes on how to use **React** (and its Ecosystem) in a **functional style** using **TypeScript**. It will help you make your code **completely type-safe** while focusing on **inferring the types from implementation** so there is less noise coming from excessive type annotations and it's easier to write and maintain correct types in the long run."_
66

7-
[![Join the chat at https://gitter.im/react-redux-typescript-guide/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/react-redux-typescript-guide/Lobby)
7+
[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/react-redux-ts)
8+
[![Join the chat at https://gitter.im/react-redux-typescript-guide/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/react-redux-typescript-guide/Lobby)
89

9-
:star: _Found it useful? Want more updates?_ [**Show your support by giving a :star:**](https://github.com/piotrwitek/react-redux-typescript-guide/stargazers)
10+
_Found it useful? Want more updates?_
1011

11-
:tada: _Now updated to support **TypeScript v3.4**_ :tada:
12+
[**Show your support by giving a :star:**](https://github.com/piotrwitek/react-redux-typescript-guide/stargazers)
1213

1314
<a href="https://www.buymeacoffee.com/piotrekwitek">
1415
<img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me a Coffee">
@@ -17,6 +18,12 @@ _"This guide is a **living compendium** documenting the most important patterns
1718
<img src="https://c5.patreon.com/external/logo/[email protected]" alt="Become a Patron" width="160">
1819
</a>
1920

21+
<br/><hr/>
22+
23+
:tada: _Now updated to support **TypeScript v3.4**_ :tada:
24+
25+
<hr/><br/>
26+
2027
</div>
2128

2229
**Goals**

0 commit comments

Comments
 (0)