Giter Site home page Giter Site logo

macaw-cad / react-thingy Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 4.0 23.14 MB

Cool .NET core 2.2 + React + Redux + TypeScript + Hypernova (SSR) "getting started" project - we don't call it a boilerplate, we call it a thingy!

Batchfile 0.10% Dockerfile 0.09% Shell 0.01% C# 1.15% JavaScript 96.68% HTML 0.05% TypeScript 1.76% PHP 0.02% CSS 0.06% Scilab 0.09%
hypernova plop react typescript

react-thingy's People

Contributors

dependabot[bot] avatar marcveens avatar rvdplas avatar svdoever avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

react-thingy's Issues

Implement hooks instead of HOCs

Currently we're using HOCs for almost all components. This could lead to deep nesting with the possibility of Typescript malfunctions.

These HOCs should be rewritten to custom hooks. It would be much clearer where all the data in a component is coming from.

Make the client- and serverside builds the same

Currently we compile the clientside bundle to ES5 and the serverside bundle to ES2018. It might be a good idea to keep those equal to each other. This way we have a certainty that the code behaves the same everywhere.

An issue I ran across was the creating an instance of a class with properties in it, like this for example:

public class Car {
 public wheels: number;
 public doors: number;
}

Clientside we can create a new instance of Car and access the wheels and doors properties.

Serverside we can create a new instance of Car, but the instance doesn't contain the properties anymore.

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.