77 Commits

Author SHA1 Message Date
Juho Teperi
665b7964da
Update README.md 2019-11-24 16:24:45 +02:00
Juho Teperi
afd9a739ce
Update README.md 2019-11-24 16:24:21 +02:00
Juho Teperi
8d5540f8b1
Update README.md
Fixes #436
2019-08-13 09:37:03 +03:00
Juho Teperi
509dc90e08
Update README.md 2019-05-08 17:17:34 +03:00
Joonas Tiala
1c644cd010
Fixed a typo in README.md 2019-03-03 14:36:10 +02:00
Juho Teperi
3c30e0a4ee
Remove react-with-addons mentition 2019-01-31 20:39:21 +02:00
Juho Teperi
be26c9eeaf
Add Learn Re-frame link 2019-01-31 20:31:23 +02:00
Juho Teperi
d06792e4fd Add logo as svg file 2018-11-14 23:38:13 +02:00
Kevin Bloch (@codingthat)
1f45b12d65
Add logo 2018-09-11 15:53:44 +02:00
Juho Teperi
0c3ae3c0ca Add Learn Reagent free links 2018-06-27 12:47:42 +03:00
Juho Teperi
c726cf22c9 . 2018-06-27 12:03:00 +03:00
Juho Teperi
4c369531ce Add Learn Reagent video link 2018-06-27 12:02:32 +03:00
Juho Teperi
5548ad0866 Add cljsdoc config and rename docs/ to doc/ 2018-05-27 18:48:14 +03:00
Justin Lee
9a73ed14aa
Small fix to the markdown. 2018-03-14 14:10:45 -07:00
Nicholas Bardy
f16c857fab
Add link to FAQ and tutorials
Not sure if this belong in the readme yet because they're some draft being linked to, but I found these documentations more useful than the API Documentation. I think it's worth pointing to.
2018-03-14 12:47:15 -07:00
Matthew Jaoudi
797951b0bd
#336 update gzip value in README; 2018-02-20 18:04:24 -08:00
Juho Teperi
035ba9cf29
Update README.md 2018-01-08 18:36:18 +02:00
Juho Teperi
c63fe944fd Merge pull request #313 from reagent-project/new-test-runner
New test runner
2017-10-20 10:20:11 +03:00
Adrian Gruntkowski
cc731e8a77 Improve language in README.md 2017-10-20 08:41:55 +02:00
Adrian Gruntkowski
5045046f6a Add support for collections in :class property 2017-10-20 08:34:10 +02:00
Juho Teperi
c68f5a88f4 Optimize node modules, remove old stuff
- Removed webpack build for now, not up-to-date, can be added later if
needed
- Share node modules using symlinks for envs that use the same packages
2017-10-13 16:42:25 +03:00
Juho Teperi
5858debb4d Mention Slack channel in Readme 2017-05-15 10:41:12 +03:00
Juho Teperi
44a4d50bcd Fix codox settings and build API docs together with the site 2017-03-19 22:13:25 +02:00
Juho Teperi
70adddae37 Update React to 15.4.2
Related to #289
2017-03-19 16:49:30 +02:00
Juho Teperi
8630ab5239 Fix #278: Replace mentions of render-component with render 2017-03-10 17:19:19 +02:00
Juho Teperi
5f97b48c42 Update README.md 2017-03-10 16:49:34 +02:00
Mike Thompson
dc7a2b9911 Add line break before CircleCI badge 2016-10-26 11:08:54 +11:00
Mike Thompson
dd9a325616 Add CircleCI badge to README 2016-10-26 11:08:05 +11:00
Dan Holmsand
c6c1bc16ba Version 0.6.0 2016-09-14 20:51:37 +02:00
Dmitri Sotnikov
b4c9b4d537 removed dead link to cljsfiddle 2016-08-25 08:52:36 -04:00
danprince
906cd0bca6 fixes require typo in readme example 2016-07-09 14:20:02 +01:00
Dan Holmsand
d995e02057 Version 0.6.0-rc 2016-06-09 15:51:29 +02:00
Dmitri Sotnikov
1c83ca2b46 Merge pull request #221 from runningskull/patch-1
update readme version of react-with-addons
2016-04-27 15:16:42 -04:00
Dmitri Sotnikov
12828d7bd8 Update README.md 2016-03-02 09:30:31 -05:00
Dmitri Sotnikov
407fb8611b Update README.md 2016-02-27 20:58:20 -05:00
Juan Patten
883338c5ba update readme version of react-with-addons 2016-02-27 00:30:10 -07:00
Dmitri Sotnikov
ef21172591 Update README.md 2016-02-16 18:32:36 -05:00
Dan Holmsand
9351b16a15 Version 0.6.0-alpha 2015-12-21 09:25:04 +01:00
Dmitri Sotnikov
5a5670b3fe Update README.md 2015-11-20 09:23:31 -05:00
Dan Holmsand
abcf6cb9e1 Version 0.5.1 2015-09-11 16:31:20 +02:00
Dan Holmsand
16f9a15615 Version 0.5.1-rc3 2015-09-07 09:51:45 +02:00
Dan Holmsand
db54d327e9 Version 0.5.1-rc2 2015-09-01 10:48:11 +02:00
Dmitri Sotnikov
7da400be00 Update README.md 2015-08-22 11:43:22 -04:00
Dan Holmsand
b45f84fa71 Version 0.5.1-rc 2015-08-20 20:48:23 +02:00
JulianLeviston
f1286baa97 Change r/atom defs to defonce
For better compatiblity with figwheel, change the two references that are def'd with r/atom values to be defonce so they persist through code updates.
2015-08-08 01:33:19 +10:00
JulianLeviston
16bbb19bc0 Make references to atom explicit, not referred
After extensive discussion in https://github.com/reagent-project/reagent/issues/161 it appears a number of new people get confused by the use of the referred reagent atom. Changing this page (and other parts of the documentation) to use an aliased namespace directly without using a referred version of atom may decrease the number of confused people. This is largely an experiment to see if it helps. (It can't hurt!) :)
2015-07-31 16:18:17 +10:00
Dmitri Sotnikov
3b8c7a18c7 Merge pull request #149 from hlship/142-extended-hiccup
142 extended hiccup
2015-07-18 10:47:36 -04:00
Dmitri Sotnikov
b6e14b21f1 bumped up react version in the readme 2015-07-07 15:13:09 -04:00
Howard M. Lewis Ship
91564be393 Add some examples of extended Hiccup to the README 2015-06-25 08:39:10 -07:00
Dmitri Sotnikov
9375368c92 Merge pull request #106 from marco-fiset/patch-1
Remove recursive link in the readme
2015-05-11 12:31:33 -04:00