issues
search
datahookinc
/
trigger
An opinionated React state management system based on data-oriented design principles
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Simplify the process for creating a store
#100
datahookinc
opened
3 months ago
0
The singles onSet() and OnGet() triggers are not available in v0.19.
#99
datahookinc
opened
3 months ago
0
Switch from function parameters to an options object
#98
datahookinc
opened
3 months ago
0
Add a toJson() utility function
#97
datahookinc
opened
3 months ago
1
The refreshOn property for useLoadData needs testing and refinement
#96
datahookinc
opened
5 months ago
0
Create a usePath hook for accessing data updates based on a path
#95
datahookinc
opened
6 months ago
0
Create more strict nested types
#94
datahookinc
opened
6 months ago
0
Add ability to store nested record types
#93
datahookinc
closed
6 months ago
2
Add a wrapper function that can control renders
#92
datahookinc
opened
8 months ago
0
Add a useOne() method to tables
#91
datahookinc
opened
8 months ago
0
The ability to pass callback functions instead of using triggers
#90
datahookinc
opened
9 months ago
0
_updateRow() should see if the row has changed before proceeding
#89
datahookinc
opened
9 months ago
0
Add an updateOne() method to tables
#88
datahookinc
opened
9 months ago
0
The table's use method should be able to receive partial objects, similar to update() and find()
#87
datahookinc
opened
9 months ago
0
Ability to update table row without triggering re-render
#86
datahookinc
closed
9 months ago
1
useLoadData's onSuccess callback should receive the data that was returned
#85
datahookinc
opened
10 months ago
1
useLoadData will not requery because isQuerying is always set to true
#84
datahookinc
closed
10 months ago
1
Ability to call set() on singles without triggering a render
#83
datahookinc
opened
10 months ago
0
Add onBeforeSet for singles
#82
datahookinc
opened
10 months ago
0
Need a way to loop through a table without needing to return anything
#81
datahookinc
closed
9 months ago
2
singles onSet() is receiving the old value, not the new value
#80
datahookinc
closed
1 year ago
1
find() and findOne() have the wrong method signatures
#79
datahookinc
closed
1 year ago
1
Add the ability to force a render
#78
datahookinc
opened
1 year ago
0
useLoadData() needs to accept a where function
#77
datahookinc
closed
1 year ago
1
useLoadData should have an option to avoid loading any new data if the component is mounted again
#76
datahookinc
closed
1 year ago
4
useLoadData() does not rerender the component when there are changes to the table
#75
datahookinc
closed
1 year ago
1
Allow for passing a function to singles to determine if the component should render or not
#74
datahookinc
opened
1 year ago
1
tables.clear() needs to notify subscribers
#73
datahookinc
opened
1 year ago
1
Create a "clear" method for tables
#72
datahookinc
closed
1 year ago
1
useLoadData that allows loading content into multiple tables and returning an object
#71
datahookinc
opened
1 year ago
2
Tables useRow() should allow for a where predicate
#70
datahookinc
closed
1 year ago
1
Create a useJoin() hook
#69
datahookinc
opened
1 year ago
1
Check column names when using useLoadData()
#68
datahookinc
closed
1 year ago
1
Add a length property to tables for convenience
#67
datahookinc
closed
1 year ago
1
Convenience function for use/get that will retrieve the values or run a script to load them in
#66
datahookinc
closed
1 year ago
4
queues.get() is returning T as the insert type, which includes the cb parameter
#65
datahookinc
closed
1 year ago
1
Update dependencies to latest versions
#64
datahookinc
closed
1 year ago
1
Change notify parameter to renderOn parameter
#63
datahookinc
closed
1 year ago
2
Notify list should be turned into a set
#62
datahookinc
closed
1 year ago
1
Improved error-handling when user attempts to pass objects/arrays of any type
#61
datahookinc
closed
1 year ago
1
Ability to display/pretty print a table
#60
datahookinc
closed
1 year ago
2
Package needs to export TableEntry type
#58
datahookinc
closed
1 year ago
1
Change the npm package homepage to the documentation website
#57
datahookinc
closed
1 year ago
1
Fix README
#56
datahookinc
closed
1 year ago
0
Ability to pass list of columns when creating a table
#55
datahookinc
closed
1 year ago
1
Errors should be prefixed with "Trigger"
#54
datahookinc
closed
1 year ago
1
Passing null with use method on tables is a bit clunky
#53
datahookinc
closed
1 year ago
1
Setting a single should provide an option to pass a function that receives the current value
#52
datahookinc
closed
1 year ago
1
updates README
#51
datahookinc
closed
1 year ago
0
Update README
#50
datahookinc
closed
1 year ago
1
Next