Fahad Heylaal

Results 78 issues of Fahad Heylaal

As mentioned here: https://github.com/Travix-International/frint/pull/261#issuecomment-322692609

help wanted
optimization
good first issue

Affects server-side rendering only. ## Currently Only one function is supported: * `renderToString` ## Support these too * `renderToStaticMarkup` * `renderToNodeStream` * `renderStaticToNodeStream` Further reading: https://reactjs.org/docs/react-dom-server.html#overview

help wanted
feature

As mentioned by @viacheslaff here: https://github.com/Travix-International/frint/pull/247#discussion_r130547011

help wanted

Add a dedicated page guiding how to test Frint applications, including the React components in them.

docs

With snippets for things like: * How to do X in Frint? * How to achieve X in Frint as done in a different library X? * more...

docs

Doing so would enable anyone to quickly import a particular example on https://codesandbox.io/s/github, and play around with it.

examples

## Currently Most observed components are written like this: ```js // components/MyComponent.js import React from 'react'; import { observe, streamProps } from 'frint-react'; const MyComponent = function (props) { return...

To support TypeScript users better.

As can be seen in this conversation here: https://github.com/Travix-International/frint/pull/244#discussion_r130305695

Region is a feature mainly found in `frint-react` package. So `frint` package itself doesn't need to have it baked in.