Giter Site home page Giter Site logo

minimal-universal-node-backend's Introduction

minimal-universal-node-backend

A proof of concept of a minimal node.js that can require css and image files and return the correct values as javascript objects.

This is for serverside rendering without changing the sourcecode.

Previously I have used webpack for this but sourcemaps and concatenation is a downside once the project because bigger.

This project allows you to:

  • use ES2015 import
  • importing css and get hashed css classes { Table5: 'app-style---Table5---3m6AY' }
  • importing image files and get a hash of the file as filename eg. /images/mPP07vN.jpg
  • hot-loading the assets by only removing only changed assets from the require cache

This will allow you to render correct react from the backend and continue rendering in the front-end without changing anything.

using it

$ yarn
NODE_ENV=development node index.js

minimal-universal-node-backend's People

Contributors

kevinsimper avatar

Stargazers

 avatar

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.