All Projects → jonasbuntinx → Purescript React Realworld

jonasbuntinx / Purescript React Realworld

Licence: mit
A real-world application demonstrating PureScript and React

Programming Languages

purescript
368 projects

Projects that are alternatives of or similar to Purescript React Realworld

Elm Batteries
Learn how Elm, Parcel, Cypress and Netlify work together. Get started with Elm navigation, routes, remote data and decoder.
Stars: ✭ 108 (+33.33%)
Mutual labels:  parcel, netlify
parcel-static-template
Start a simple static site with components and hot reloading.
Stars: ✭ 20 (-75.31%)
Mutual labels:  parcel, netlify
15 Puzzle
The 15-puzzle is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing, built in react
Stars: ✭ 161 (+98.77%)
Mutual labels:  parcel, hooks
Weather Preactpi
A tiny UI for daily weather forcasts ⛈
Stars: ✭ 13 (-83.95%)
Mutual labels:  parcel, netlify
video-to-markdown
How to embed a video in markdown? Here the answer. Add videos to your markdown files easier.
Stars: ✭ 159 (+96.3%)
Mutual labels:  parcel, netlify
Next Purescript Example
Simple example app using Next.js with Purescript
Stars: ✭ 35 (-56.79%)
Mutual labels:  netlify, hooks
Skeleton
A ready-to-use CodeIgniter skeleton with tons of new features and a whole new concept of hooks (actions and filters) as well as a ready-to-use and application-free themes and plugins system. Facebook Page: http://bit.ly/2oHzpxC | Facebook Group: http://bit.ly/2o3KOrA. Help me carry on making more free stuff → http://bit.ly/2ppNujE ←
Stars: ✭ 74 (-8.64%)
Mutual labels:  hooks
Ysf
YSF Server Functions
Stars: ✭ 77 (-4.94%)
Mutual labels:  hooks
Cstate
🔥 Open source static (serverless) status page. Uses hyperfast Go & Hugo, minimal HTML/CSS/JS, customizable, outstanding browser support (IE8+), preloaded CMS, read-only API, badges & more.
Stars: ✭ 1,186 (+1364.2%)
Mutual labels:  netlify
React Native Appstate Hook
React Native appSate hook
Stars: ✭ 73 (-9.88%)
Mutual labels:  hooks
Middleman Template
The base Middleman application used at thoughtbot, ready to deploy to Netlify.
Stars: ✭ 80 (-1.23%)
Mutual labels:  netlify
Formium
The headless form builder for the modern web.
Stars: ✭ 78 (-3.7%)
Mutual labels:  hooks
Urmem
[x86] Simple C++11 header-only cross-platform memhack library (hooks, patches, pointers, sig scan)
Stars: ✭ 76 (-6.17%)
Mutual labels:  hooks
React Antd Multi Tabs Admin
ts+react+antd-多页签后台模板(纯净版,非 antd pro!)
Stars: ✭ 73 (-9.88%)
Mutual labels:  hooks
Use React Hooks
Use hooks in classes in React 16.5+
Stars: ✭ 78 (-3.7%)
Mutual labels:  hooks
Globalhooks
Allows you to create global keyboard events
Stars: ✭ 74 (-8.64%)
Mutual labels:  hooks
Redmine issues tree
Provides a tree view of the Redmine issues list
Stars: ✭ 79 (-2.47%)
Mutual labels:  hooks
Fcnpc
FCNPC - Fully Controllable NPC
Stars: ✭ 73 (-9.88%)
Mutual labels:  hooks
Hookrouter
The flexible, and fast router for react that is entirely based on hooks
Stars: ✭ 1,200 (+1381.48%)
Mutual labels:  hooks
Netlify Cms React Starter
A starter project for creating lightning-fast, offline-first websites with Netlify-CMS and React
Stars: ✭ 78 (-3.7%)
Mutual labels:  netlify

Real World PureScript React

RealWorld Frontend CI Netlify Status Maintainer: jonasbuntinx

This repository is a Real World implementation of Conduit, a Medium clone, using PureScript and React.

Demo

Installation

Clone the repository:

git clone https://github.com/jonasbuntinx/purescript-react-realworld
cd purescript-react-realworld

Install the JavaScript and PureScript dependencies:

yarn

Build the project:

yarn build

You can bundle the JS for production:

yarn bundle

Or run a local development server (defaults to port 1234):

yarn serve

Noteworthy PureScript Libraries

React Basic Hooks

An implementation of React hooks on top of purescript-react-basic.

React Halo

A Halogen-inspired interface for React.

Wire React Router

A basic pushstate router for React, with support for asynchronous routing logic.

Routing Duplex

Unified parsing and printing for routes in PureScript.

Apiary

For the creation of type-level specs that can be queried against automatically.

Recognition

I was inspired by Thomas Honeyman's implementation of the Real World spec using Halogen.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].