Piotr Witek
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
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...
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...
There was a major version bump for react-styleguidist demo application, it will require certain refactoring to make it up to date.
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...
Features: - [x] Router - [ ] User Authentication - [x] Feature Folders (Articles) - [x] Application Services (Local Storage, Logger, Toast) - [x] Typesafe API Clients - [x] REST...