-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node.js style frontend. #18
Comments
👍 |
I personally havn't found a good way of publishing widgets to npm due to having all our HTML + CSS in a monolithic app and no easy way to break it out. I did start experimenting towards solving the whole HTML + CSS in npm thing but not to a point where we did it in production. I'd be interested in approaches to this that have worked on multi page production web apps. I do believe in this approach though. |
there's some work people have been doing to modularize CSS using npm modules @maxogden @techwraith @brianleroux |
Take a look at Atomify - http://github.com/techwraith/atomify. It ties HTML, JS, and CSS together into reusable components. I'd be happy to help with any prep work for this talk. I've been contemplating doing a talk on this subject myself actually. |
We will have a @topcoat answer to this very soon too. =) |
Here's my proposal for this talk: Node style frontendA talk about the journey of doing modular frontend. No jQuery, no underscore, no Backbone/angular/ember/whatever.
|
what is the state of this talk? who is the speaker?!?! |
I don't mind either way. |
I'm talking about the web stuff. @dominictarr should do this. |
no I've changed my mind. I'll have much more to talk about if I do this #30 |
the other talk won't fit in to the programme, i have a spot where this could fit, maybe not though. |
Okay, so If I was gonna give this talk, it would just as much be about creating minimal versions And since node.js-style pretty much means "modular" it will have lots of ranting on that stuff. |
I've been working on quite similar stuff, a component system called "Brick" based on Browserify, that allows us create and share individual UI units (JS, CSS, images, videos, fonts etc) without worrying about big libraries and frameworks. and just submitted the proposal to: #82 |
I want to see (or give) a talk on post node.js, post npm style front end development.
This approach seeks breaks with many typical front end.
no jQuery, no frameworks, instead: simple, narrowly focused abstractions, published to npm, and everything bundled with browserify.
node.js style front-end prefers modularity and reusability to minification.
This requires a different way of thinking and interacting, and a different basis for evaluating your own success.
The general approach is to create widgets, published to npm, and and application should only be a small amount of customization and glue, but with very low complexity.
I'll draw from my own experiments, as well as @Raynos, @substack, and others
The text was updated successfully, but these errors were encountered: