https://github.com/kosich/kosich
https://github.com/kosich/kosich
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kosich/kosich
- Owner: kosich
- Created: 2020-07-10T09:35:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-09T09:31:06.000Z (almost 6 years ago)
- Last Synced: 2024-11-08T00:36:47.233Z (over 1 year ago)
- Size: 12.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## 🔭 my projects:
- [**NoCode**](https://twitter.com/kddsky/status/1268186859936657410)
My WIP nocode startup
- [RecksJS](https://recks.gitbook.io/)
`
{ ajax.getJSON(URL) }`
JSX + RxJS Framework
- [<$> elements for React](https://github.com/kosich/react-rxjs-elements)
`<$div>{ ajax.getJSON(URL) }$div>`
React elements with RxJS content / params
- [ThinkRx.io](https://thinkrx.io)
`---o--o-oo-o----`
Instant time-accurate RxJS marble diagrams
- [Framd.cc](https://framd.cc)
🙂 😁 😆
Funny Emoji animations
## 📖 my articles:
- ["Rx+JSX experiment: Recks framework"](https://dev.to/kosich/recks-rxjs-based-framework-23h5) 🐶
Serie of posts reviewing Recks features — Observables inside JSX
`
{ timer(0, 100) }`
- ["Fetching Data in React with RxJS and <$> fragment"](https://dev.to/rxjs/fetching-data-in-react-with-rxjs-and-lt-gt-fragment-54h7)
React with RxJS.fromFetch and <$> JSX helper
- ["Text to GIF animation — React Pet Project Devlog"](https://dev.to/kosich/text-to-gif-animation-react-pet-project-devlog-5eel)
React, RxJS, Canvas & Text-to-Speech
- ["RegExp syntax for Observables: Never Been Easier!"](https://dev.to/kosich/regexp-for-reactive-streams-143g)
Use regexp-like syntax to query observables. EXPERIMENT
- ["Error handling in RxJS"](https://medium.com/@kddsky/error-handling-in-rxjs-bac0f96a7def)
Learn how to deal with errors and retry failed requests
- ["Pausable Observables in RxJS"](https://medium.com/@kddsky/pauseable-observables-in-rxjs-58ce2b8c7dfd)
Create a push back force in your streams
- ["RxJS debounce vs throttle vs audit vs sample"](https://dev.to/rxjs/debounce-vs-throttle-vs-audit-vs-sample-difference-you-should-know-1f21)
Difference You Should Know