Git Product home page Git Product logo

typereact's Introduction

TypeReact


Environment:

Go version

Node version

TS version

typings version

make version

Current Health:

CircleCI

Go report card

Why?

Due to the great flux of JS community efforts, most starter kits we have found were too complex or outdated, and none had a simple means of dealing with Babel/ES6, Flow, Eslint and Webpack.

There are also some design decisions that we wanted to make for all internal projects, that are detailed in the following section. The goal of this starter kit is to simply provide a rapid way to get started using the core technologies of React, TypeScript and Go.

Assumptions / Decisions

  • We want strongly-typed code for the front end. Thus React modules are built using TypeScript and bundled using Webpack.
  • We want immutable data structures for their advantage in building reactive architectures. Thus we have installed Immutable.js.
  • We want strongly-typed, scalable, performant and easy-to-deploy code for the server. Thus we have written it in Go.
  • We presume that the front end may be built using a predictable state-container like Redux, but since this adds complexity we leave the decision up to the developer.

Instructions:

At your terminal, simply type

make dev

This will install all dependencies and start the local Go server.

If you prefer hot-reloading or only need to work on the client, consider also installing something like webpack-dev-server.

Future iterations:

Please follow the issues section to see where it will go from here and to report any bugs/suggestions. Contributions and forks are most welcome!

License

Copyright (C) 2016 Blink Analytics, distributed per the MIT license.

typereact's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.