question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add ability to add custom prefix and skip withActions

See original GitHub issue

I have make some changes to api click it will change api to something like this. I also added actions args to busy action call. But now you will be able to dispatch actions without “withActions” hoc

import { createActions, next } from '@sp/actionware';

const openToolbar = args => args;
const closeToolbar = args => args;

export const actions = createActions(
	{
		openToolbar,
		closeToolbar
	},
	{ prefix: '@toolbar/' }
);

export default actions;

What do you think about it ?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:15 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
wellguimaraescommented, Sep 6, 2017

@zhDmitry Check this and this. Do these cover your usage?

0reactions
wellguimaraescommented, Sep 9, 2017

@zhDmitry check the new version of https://github.com/wellguimaraes/stateware

  • Dependency-free
  • No more fn.toString o/
  • No more @getter decorator
Read more comments on GitHub >

github_iconTop Results From Across the Web

storybook/MIGRATION.md at next - GitHub
Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.
Read more >
Set Prefix for a value in Inbound Integration in Maximo - Forums
Hi All,. I would like to know whether it's possible to add a prefix to a field that's getting integrated from an external...
Read more >
Create a custom process action - Power Apps | Microsoft Learn
Use custom process actions when you want to automate a series of commands in ... After you create the action, you can't change...
Read more >
Configure the Prefix and Radix for Service Requests
In the Setup and Maintenance work area, go to the following: Offering: Service. Functional Area: Productivity Tools. Task: Manage Public Unique Identifier ...
Read more >
Specifying prefixes to ignore - BMC Documentation
All BMC Remedy Migrator installations include a default list of prefixes in the Ignore Prefixes dialog box. You can add new prefix names, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found