|
1 | | -This is just the beginning! |
| 1 | +## This is just the beginning! |
2 | 2 |
|
3 | | -We hope you enjoyed the workshop, here's some resources for you: |
| 3 | +We hope you enjoyed this brief lab. It took some effort to put together and we're happy that it has helped you get your first Reason React application up and running with some good practices around it: |
4 | 4 |
|
5 | | -* discord |
6 | | -* forum |
7 | | -* etc |
| 5 | +* Tests, using a very well known and supported framework like Jest |
| 6 | +* Bundling, with the unbelievably fast [Fastpack](https://fastpack.sh) that is written in Reason Native |
| 7 | +* Manual namespacing |
8 | 8 |
|
9 | | -And if you want to be notified of future courses, don't forget to subscribe |
| 9 | +Some of these are not the default options of other tools, but we have picked them because they have helped us create better quality applications, even if it meant a little more work from us developers. |
10 | 10 |
|
11 | | -{{link_to_SRC_mailing_list}} |
| 11 | +And that is really why we are here, to build great applications. |
| 12 | + |
| 13 | +## Going forward |
| 14 | + |
| 15 | +Your next steps are likely going to be: |
| 16 | + |
| 17 | +* Adding more tests to the example application we have included here |
| 18 | +* Changing the example app for your own app |
| 19 | +* Maybe just start your own project from scratch! |
| 20 | + |
| 21 | +Whichever path you take, you can find the ReasonML community gathered in a few places: |
| 22 | + |
| 23 | +* [Discord Server](https://discord.gg/H237nGE), for a chat where most people go to get quick feedback and talk about the ecosystem |
| 24 | +* [Discourse Forums](https://reasonml.chat), where you can find discussions that are less ephemeral. |
| 25 | + |
| 26 | +Come join the discussions, we are excited to have you onboard! 🙌🏼 |
| 27 | + |
| 28 | +And here's a few useful links for additional reading: |
| 29 | + |
| 30 | +* [ReasonML Official Docs](https://reasonml.github.io/docs/en/what-and-why) |
| 31 | +* [Standard Library Documentation](https://bucklescript.github.io/bucklescript/api/Js.html) — this is a little rough on the eyes, but we are working with the community to make them gorgeous 💅🏼 |
| 32 | +* [ReasonML Design Patterns](https://github.com/ostera/reason-design-patterns) |
| 33 | + |
| 34 | + |
| 35 | +---------- |
| 36 | + |
| 37 | +If you enjoyed this lab and would like to know when new ones are published, feel free to subscribe to the [SRC Mailing List](http://eepurl.com/gpkI1j) — as a non-profit, we promise not to share your contact details witha nyone, and to only email you with important stuff. |
| 38 | + |
| 39 | +Have a great day 🤩 |
| 40 | + |
| 41 | +/ Fernando, Leandro & Iris |
| 42 | +from [Stockholm Research Center](https://src.technology) |
0 commit comments