Fahad Heylaal

Results 95 comments of Fahad Heylaal

would really love this to be supported.

I feel it makes sense to generate changelogs per project (in `independent` mode).

@rstacruz: just wanted to mention, the real life example wouldn't work any more, now the domain name is http://tydel.js.org, while demo urls are at https://fahad19.github.io/tydel-demos/counter Your `docpress-rsc` theme is super...

Hello everyone! I am from the core team of https://frint.js.org, which is a heavy user of RxJS. Success of RxJS and the spread of its knowledge is very important for...

* Basic rendering with React, and observing: https://codesandbox.io/s/6MNkoppL * State management: https://codesandbox.io/s/j2VV1jWyY * Regions: https://codesandbox.io/s/5yp0wXoNX

Good idea. The examples page can mention the ones that exist in the monorepo, as well as the ones we host on codesandbox too.

@dremonkey: glad to know you are using it! Something like this should help you reach your desired result: ```js import React from 'react'; import { compose } from 'frint-props-react'; import...

For reference: https://medium.com/frintjs/using-frintjs-with-react-js-and-redux-823ad7cdbc02

Thanks for the PR, @andrewparadi! TypeScript also supports `any` for keys. for example, in this interface: ```ts interface Foo { [key: string]: any; } ``` It means, any object implementing...