Daniel Compton
23f7c840fc
Add SUPPORT.md file
...
https://help.github.com/articles/adding-support-resources-to-your-project/
2018-01-16 16:38:01 +13:00
Daniel Compton
eee3b9a3fa
v0.10.3-SNAPSHOT
2018-01-16 16:16:32 +13:00
Daniel Compton
b8bf728cb6
v0.10.3-beta2
2018-01-16 16:15:43 +13:00
Daniel Compton
5271019f4a
Reset collected traces after every callback has had them delivered
...
Previously only the first tracing callback would get them.
2018-01-16 16:15:03 +13:00
Daniel Compton
8da17fb016
Capture trace of app-db before and after a change
2018-01-16 16:15:03 +13:00
Mike Thompson
5db97d1dd1
Update Performance-Problems.md
2018-01-13 16:15:57 +11:00
Mike Thompson
9fafdd8e81
Improve Performance doc
2018-01-13 16:11:59 +11:00
Mike Thompson
7a20fd767b
Merge branch 'master' of https://github.com/Day8/re-frame
2018-01-11 20:16:54 +11:00
Mike Thompson
212e698d2a
Improve FAQ entry
2018-01-11 20:16:29 +11:00
Mike Thompson
fb7d6959db
Tweak wording in FAQ, correcting typo
2018-01-09 12:59:18 +11:00
Daniel Compton
3e1b48c051
Back to SNAPSHOT
2017-12-22 11:30:53 +13:00
Daniel Compton
16141fae69
Bump version to 0.10.3-beta1
2017-12-22 11:29:32 +13:00
Daniel Compton
2ec560bd5c
Update changelog
2017-12-22 11:28:17 +13:00
Daniel Compton
12635f42ea
Merge pull request #439 from kommen/fix-interop-now-nodejs
...
Fix re-frame.interop/now for nodejs
2017-12-22 11:25:35 +13:00
Dieter Komendera
3b960ea5e9
Fix re-frame.interop/now for nodejs
2017-12-21 14:46:49 +01:00
Daniel Compton
c4e59880cc
Back to SNAPSHOT
2017-12-12 16:40:24 +13:00
Daniel Compton
cc773daa26
Update to 0.10.3-alpha2
2017-12-12 16:39:09 +13:00
Daniel Compton
264924546a
Merge pull request #437 from oliyh/external-resources-re-graph
...
Adding re-graph and martian to external resources / libraries
2017-12-11 12:53:51 +13:00
Daniel Compton
73db669775
Merge pull request #438 from jacekschae/patch-1
...
Add RealWorld to Examples
2017-12-11 12:53:39 +13:00
Jacek Schæ
eb692b3e75
Add RealWorld to Examples
...
Just pointing out that there is another reference to unfinished RealWorld example - point number 4.
2017-12-08 15:25:05 +01:00
Oliver Hine
83f1442d24
Adding re-graph and martian to external resources / libraries
2017-12-07 11:29:29 +00:00
Daniel Compton
3de2ff8ff3
Debounce tracing callbacks to improve tracing efficiency
2017-11-30 12:51:18 +13:00
Daniel Compton
d48fe58543
Merge pull request #429 from Grahack/pretty_list
...
Pretty list in the Full Stack FAQ
2017-11-27 11:25:50 +13:00
Daniel Compton
76694c23be
Merge pull request #430 from Grahack/punct_faq
...
Add punctuation and fix a trivial typo
2017-11-27 11:25:30 +13:00
Christophe Gragnic
8025bec62f
Pretty list in the Full Stack FAQ
2017-11-26 12:32:23 +01:00
Christophe Gragnic
8465780829
Commit add punctuation and fix trivial typo
2017-11-26 12:31:25 +01:00
Mike Thompson
837182c1d4
Merge branch 'master' of https://github.com/Day8/re-frame
2017-11-26 07:51:54 +11:00
Mike Thompson
47e337db71
Add IDE support to external resources docs
2017-11-26 07:51:34 +11:00
Daniel Compton
c451e00cff
Remove re-frame-trace checkout
2017-11-24 16:53:32 +13:00
Daniel Compton
7fc9cb6409
Merge branch 'ondispose-query-cache-invalidation'
2017-11-24 16:53:25 +13:00
Daniel Compton
a64d6d7dce
v0.10.3-SNAPSHOT
2017-11-23 10:17:43 +13:00
Daniel Compton
99c7a16c39
Update to 0.10.3-alpha1
2017-11-23 10:15:36 +13:00
Mike Thompson
b7e6b4b784
add link to new `compound` library
2017-11-23 06:14:31 +11:00
Mike Thompson
aaae41a262
Tweak wording in FAQ
2017-11-21 23:04:04 +11:00
Mike Thompson
ccd07003fe
Improve docs README
2017-11-21 22:06:59 +11:00
Daniel Compton
9247b1935d
Change query cache from being an atom to a ratom
2017-11-21 15:03:06 +13:00
Daniel Compton
fe18d341bd
Log warning if re-frame ever overwrites a subscription in the cache
...
re-frame should always be using queries from the cache if they exist.
This is a belt and suspenders check to make sure that always holds.
2017-11-21 12:46:23 +13:00
Daniel Compton
68c82cd69d
Make subs only remove self from subscription cache when disposing
...
Adds a check for subscriptions to make sure that when they are dissocing
their cache key from the query cache that they are only removing
themselves. In certain cases when reloading/re-rendering the app,
subscriptions would be created and destroyed several times because each
version of subscription destroyed the following one.
2017-11-20 17:15:06 +13:00
Daniel Compton
1fdd8eb285
Revert "Convert the subscription cache from an atom to a ratom"
...
This reverts commit afb773dd52
.
2017-11-17 16:00:48 +13:00
Daniel Compton
afb773dd52
Convert the subscription cache from an atom to a ratom
...
This allows it to be used in monitoring/debugging tools elsewhere.
2017-11-17 11:32:43 +13:00
Mike Thompson
d511ab9933
Wording on FAQ
2017-11-14 08:57:46 +11:00
Mike Thompson
a2b0eb9a2c
typo
2017-11-14 08:47:18 +11:00
Mike Thompson
f61b649656
typos
2017-11-14 08:45:24 +11:00
Mike Thompson
3f6aacc798
Formatting in FAQ
2017-11-14 08:10:16 +11:00
Mike Thompson
b1d682f95f
Improve FAQ entry. Get more philosophical.
2017-11-14 08:05:47 +11:00
Mike Thompson
5bf251f1e2
Add an external resource
2017-11-08 21:38:06 +11:00
Mike Thompson
0db8a31c3c
Add further notes to docs on Stateful JS Components
2017-11-08 10:42:40 +11:00
Mike Thompson
f3582bdb0c
API docs tweaks
2017-10-30 22:26:25 +11:00
Mike Thompson
682aed49cd
fixes #425
2017-10-30 22:19:52 +11:00
Mike Thompson
a509b21abf
Tweak FAQ
2017-10-30 22:19:28 +11:00