Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kosich/kosich
https://github.com/kosich/kosich
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kosich/kosich
- Owner: kosich
- Created: 2020-07-10T09:35:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-09T09:31:06.000Z (over 4 years ago)
- Last Synced: 2024-08-02T20:48:01.837Z (3 months 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
![cntr](https://komarev.com/ghpvc/?username=kosich)
## 🔭 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