jongleb / rescript-react-realworld-example-app

Exemplary real world application built with ReScript and rescript-react, previously ReasonReact and BuckleScript

Home Page:https://rescript-react-realworld-example-app.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RealWorld Example App

GitHub commit activity GitHub last commit GitHub

ReScript + React codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

This codebase was created to demonstrate a fully fledged fullstack application built with ReScript & React including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the ReScript & React community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

How it works

Basically its just like React single-page-application but written in ReScript with React.

  • Using Vite as the frontend build tool
  • Seamlessly integrate with ReScript (previously known as BuckleScript/ReasonML) and rescript-react
  • Routing - ReScript React Router

Getting started

You can view a live demo over at https://rescript-react-realworld-example-app.vercel.app

To get the frontend running locally:

git clone https://github.com/jihchi/rescript-react-realworld-example-app.git
cd rescript-react-realworld-example-app
npm install
npm start

Then open http://localhost:3000 to see your app.

When you’re ready to deploy to production, create a production build with npm run build and you will find result in folder /dist, after you created a production build, you can execute npm run serve to serve the folder.

About

Exemplary real world application built with ReScript and rescript-react, previously ReasonReact and BuckleScript

https://rescript-react-realworld-example-app.vercel.app

License:MIT License


Languages

Language:ReScript 97.7%Language:HTML 1.9%Language:JavaScript 0.4%