• Jump To … +
    Client.coffee ClientContainer.coffee ClientModel.coffee index.coffee MemoryInitStore.coffee RedisInitStore.coffee index.coffee JWT.coffee RequestHandler.coffee Server.coffee ServerContainer.coffee ServerModel.coffee SocketHandler.coffee index.coffee parseAcceptHeader.coffee Cache.coffee Mediator.coffee Message.coffee PageMap.coffee Strings.coffee
  • ¶

    Strings

  • ¶

    String constants that couple server and client components

    Strings = {
  • ¶

    body tag attribute used to communicate the page’s name between the server and the client

      PAGE_KEY_ATTR_NAME : 'data-page-key'
    
      IS_LOADING : 'is_loading'
  • ¶

    used for passing down the initial data from server to client

      ID_MAP    : 'id_map'
      PAGE_DATA : 'page_data'
    }
    
    module.exports = Strings