You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need a simple logging library with console.log, console.error, console.info, console.warning that utilizes some of these libaries with simple stack traces
A Bones logging library with client.log and server.log and the above options would be most excellent.
Need a way in Backbone to handle an array of templates or views for handling multiple step views, etc.
Need to have a way to integrate easily UI jquery libraries from various repo, either as git submodule, npm package, and make it as such as this is integrated directly within all.js of bones
an easy whitelist of some sort to filter what gets sent to the client from the server (passwords, etc.) or what is modifiable as sent by the client
The text was updated successfully, but these errors were encountered:
i see you did some stuff around Router.send, and I thought I should mention that i found it useful to invert the behavior here. Instead of the router on the backend being responsible of sending the rendered page to the client, I introduced a 'syncView' event that the view emits to signal that it's ready to be sent to the client.
Very, very cool. So do you still extend the Express servers with Backbone.Events and just have them listen for the syncView event? Or just use server-side router code to keep everything contained within that ecosystem? I assume this is a private project?
Just a quick reminder:
The text was updated successfully, but these errors were encountered: