Commit Graph

1566 Commits

Author SHA1 Message Date
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
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
Daniel Compton c6013ec5f3 Merge pull request #355 from satchit8/extraneous
Remove extraneous code in todomvc sample
2017-10-25 17:12:16 +13:00
Daniel Compton ed889569aa Merge pull request #417 from olieidel/patch-1
add links from awesome-re-frame
2017-10-25 16:56:31 +13:00
Daniel Compton 6034412613 Merge pull request #419 from rakyi/fix-todomvc-all-complete
Fix :all-complete? subscription
2017-10-25 16:51:03 +13:00
Daniel Compton ea7983729a Merge pull request #421 from kirang89/master
Minor typos
2017-10-25 16:47:10 +13:00
Mike Thompson cc7bbb7d30 whitespace 2017-10-21 16:19:56 +11:00
Mike Thompson ba02f10972 FAQ 2017-10-21 14:51:10 +11:00
Mike Thompson 4f028e1387 We're now officially in the Post FAQ era. But this is one more tweak. 2017-10-21 14:42:01 +11:00
Mike Thompson 5f238f1d28 FAQ again 2017-10-21 12:27:11 +11:00
Mike Thompson 337816fd07 okay, that's absolutely it 2017-10-21 12:17:42 +11:00
Mike Thompson 69fe8c4657 New FAQ entry is done. 2017-10-21 12:06:51 +11:00
Mike Thompson f515030045 Still going 2017-10-21 12:02:12 +11:00
Mike Thompson beb0cb1e2b And again. 2017-10-21 11:49:18 +11:00
Mike Thompson fe62cc08a4 Again with the FAQ tweaks 2017-10-21 11:31:59 +11:00
Mike Thompson 5526902010 Add alternatives 2017-10-21 11:28:04 +11:00
Mike Thompson 7d2f4bc57d FAQ word tweak 2017-10-21 10:49:23 +11:00
Mike Thompson 41448fd6b8 Fix whitespace 2017-10-21 10:35:03 +11:00
Mike Thompson f40b32cf6d Final step of adding FAQ 2017-10-21 10:31:44 +11:00
Mike Thompson 889267bb63 Draft FAQ - "Why Do i need Re-frame Over Reagent" 2017-10-21 10:24:00 +11:00
Mike Thompson 02c809621c README tweak 2017-10-21 10:23:59 +11:00