fusion-core icon indicating copy to clipboard operation
fusion-core copied to clipboard

Migrated to https://github.com/fusionjs/fusionjs

Results 15 fusion-core issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | flow-bin | devDependencies | minor | [`^0.94.0` -> `^0.98.0`](https://diff.intrinsic.com/flow-bin/0.94.0/0.98.1) | [source](https://togithub.com/flowtype/flow-bin),...

### Type of issue Feature request ### Description Support an `async provides` method for Fusion.js plugins. These should be resolved prior to being passed in as dependencies to other plugins....

The constructor for `FusionApp` takes an element, and a render function. The render function should be able to be either a render function or a plugin that provides a render...

We are currently using a regular expression to match javascript files as a hack to allow viewing them in the browser. We should instead check against the asset manifest so...

This adds a feature to create plugins where multiple values can be added to the same token and then be injected into the dependee as an array. **Usage example** ```...

I'd like to propose the ability to load [Fusion config variables](https://github.com/fusionjs/fusion-core/blob/master/src/get-env.js) from a file instead of requiring that they live in an env variable, similar to [dotenv](https://github.com/motdotla/dotenv). Certain properties like...

Using a WeakMap to store memoized values obviates the need for having an actual property on context.

feature

See: https://github.com/fusionjs/fusion-core/pull/314#issuecomment-426334900

Future versions of fusion-cli, fusion-plugin-react-router, fusion-react, and fusion-plugin-i18n won't use these context properties anymore, so their existence may be misleading or cause confusion. - fusion-cli should provide the `SSRBodyTemplate` -...

feature