Piotr Witek

Results 41 issues of Piotr Witek

## Description Added typesafe forward-ref component implementation ## Related issues: - Resolved #72 ## Checklist * [x] I have read [CONTRIBUTING.md](https://github.com/piotrwitek/react-redux-typescript-guide/blob/master/CONTRIBUTING.md) * [x] I have edited `README_SOURCE.md` (NOT `README.md`) *...

Refactor NameProvider component to generic Layout component utilizing renderProps

enhancement

Add a new section with patterns on how to model data structures using static-typing to make the incorrect state unrepresentable. This should prevent a lot of edge cases and various...

section
open discussion
IssueHunt

https://jestjs.io/docs/en/getting-started.html#using-typescript

We would need a new section explaining how I designed cross-cutting `Types` global project namespace to be easily reused across the project as a module encapsulating all the types in...

section
IssueHunt

There was a major version bump for react-styleguidist demo application, it will require certain refactoring to make it up to date.

enhancement
docs
IssueHunt

There is some noise, I need to clean it up

enhancement
docs

Add a new section about how to create a scalable structure of your application. This section should focus on goals: - files grouped by features - easy to add/remove features...

section
open discussion
IssueHunt

Features: - [x] Router - [ ] User Authentication - [x] Feature Folders (Articles) - [x] Application Services (Local Storage, Logger, Toast) - [x] Typesafe API Clients - [x] REST...