Skip to content

Commit d1e2cb6

Browse files
authored
Merge pull request #248 from reflex-frp/dn-update-readme
Update README.md
2 parents bfce225 + 4ce4f96 commit d1e2cb6

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
1-
## Reflex
1+
## [Reflex](https://reflex-frp.org/)
22
### Practical Functional Reactive Programming
33

44
Reflex is an fully-deterministic, higher-order Functional Reactive Programming (FRP) interface and an engine that efficiently implements that interface.
55

66
[Reflex-DOM](https://github.com/reflex-frp/reflex-dom) is a framework built on Reflex that facilitates the development of web pages, including highly-interactive single-page apps.
77

8-
Comprehensive documentation is still a work in progress, but a tutorial for Reflex and Reflex-DOM is available at https://github.com/reflex-frp/reflex-platform and an introductory talk given at the New York Haskell Meetup is available here: [Part 1](https://www.youtube.com/watch?v=mYvkcskJbc4) / [Part 2](https://www.youtube.com/watch?v=3qfc9XFVo2c).
9-
108
A summary of Reflex functions is available in the [quick reference](Quickref.md).
119

12-
### Additional resources
10+
**Visit https://reflex-frp.org/ for more information, tutorials, documentation and [examples](https://examples.reflex-frp.org/).**
11+
12+
### Resources
1313
[Get started with Reflex](https://github.com/reflex-frp/reflex-platform)
1414

1515
[/r/reflexfrp](https://www.reddit.com/r/reflexfrp)
1616

1717
[hackage](https://hackage.haskell.org/package/reflex)
1818

1919
[irc.freenode.net #reflex-frp](http://webchat.freenode.net?channels=%23reflex-frp&uio=d4)
20+
21+
### Hacking
22+
23+
Use the `./scripts/hackon reflex` script in [Reflex Platform](https://github.com/reflex-frp/reflex-platform) to checkout the source code of `reflex` locally in `reflex-platform/reflex` directory.
24+
Then do modifications to the source in place, and use the `./tryreflex` or `./scripts/workon` scripts to create the shell to test your changes.

0 commit comments

Comments
 (0)