sophiabrandt / write-type-safe-react-applications-with-reason

slides for the talk "Write Type-Safe React Applications with Reason"

Home Page:https://sophiabrandt.github.io/write-type-safe-react-applications-with-reason/slides.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to write-type-safe-react-applications-with-reason 👋

License: MIT Build Status Twitter: hisophiabrandt

slides for the talk "Write Type-Safe React Applications With Reason"

🏠 Homepage

About

UPDATE:
ReasonML + BuckleScript is now Rescript.
As the ecosystem has changed around those tools, these slides are not accurate anymore.


This is the repository for the talk "Write Type-Safe React Applications with Reason" for the Softwerkskammer Ruhrgebiet Meetup in December 2019.

The slides are written in Markdown and built with backslide and Remark.js.

✨ Demo

You can find the slides on GitHub pages.

Getting Started

The slides are available here.
But if you want to get a local copy up and running, you can follow these steps:

Prerequisites

  • Node.js

Installation

  1. Get a copy of the project:
npx degit sophiabrandt/write-type-safe-react-applications-with-reason write-type-safe-react-applications-with-reason
  1. Install dependencies:
cd write-type-safe-react-applications-with-reason && npm install

or

cd write-type-safe-react-applications-with-reason && yarn install
  1. View the slides:
npm run serve

or

yarn run serve

Author

👤 Sophia Brandt

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

Copyright © 2019 Sophia Brandt.
This project is MIT licensed.
See LICENSE for more information.


This README was generated with ❤️ by readme-md-generator

About

slides for the talk "Write Type-Safe React Applications with Reason"

https://sophiabrandt.github.io/write-type-safe-react-applications-with-reason/slides.html

License:MIT License


Languages

Language:SCSS 91.5%Language:HTML 8.5%