frintjs / frint-props

Compose reactive props in FrintJS applications
https://frint.js.org
MIT License
12 stars 1 forks source link

frint-props: create `withProvider` #12

Closed fahad19 closed 6 years ago

fahad19 commented 6 years ago

Expected API usage

withProvider(
  providerName,
  mapperFn,
  appName = null,
)

Think about

Multiple providers.

Should there be a plural withProviders function too, or reuse the same function?

fahad19 commented 6 years ago

Beginning to feel less needed over time.

fahad19 commented 6 years ago

wont-do.