-
Notifications
You must be signed in to change notification settings - Fork 312
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
Calling all people using rendr!! #430
Comments
Fun! We're using it only for our mobile site (m.trulia.com). And our flavor is require.js based. |
@growlsworth @lo1tuma @crwang @alexindigo @c089 are you all interested in describing your project / posting a screen cap and i'll add the projects to the examples for rendrjs? the examples page will probably be very similar to backbones: http://backbonejs.org/#examples Trying to release a documentation site along-side v1.0.0 later this week :) @spikebrehm is rendr still in use on airbnb mobile? |
I've built two sites with rendr. One using handlebars and one using React. Happy to write a little blurb for you @saponifi3d. Let me know what you're thinking. |
@growlsworth fancy! just a blurb about some of the features you have used, advantages you got with using it, and a screen cap of your sites (or i can do the screen caps if you want). Also, let me know if you used any other tools like requirejs or if you built the js bundle with browserify and all that jazz. something like: http://backbonejs.org/#examples-delicious I might also start buggin' ya about how you integrated React w/ Rendr. I'm probably going to build out an example in the examples app and rework the views around the idea of being able to use any view framework or templating engine. |
Unfortunately the project @lo1tuma and I have been working on was cancelled before going live last year, and we've both moved on, so I fear we can't contribute to the showcase :) |
Sorry to hear that @c089, thanks for the update!! |
How's this @saponifi3d: Giving StageGiving Stage is a virtual venue where artists perform in order to raise money for causes. Giving Stage uses rendr, rivets, and primus to deliver a real-time concert experience. The use of rendr allows Giving Stage to optimize the time to first paint and speed of subsequent browsing. This is especially important for the mobile experience. Giving Stage also takes advantage of serving multiple rendr apps within one node application.
cine.iocine.io is the first developer focused video cloud, providing APIs and SDKs for live video broadcasting and peer-to-peer video communication. cine.io uses rendr and React to serve the front-facing web site and logged-in dashboard. The use of rendr allowed cine.io to develop the logged-in dashboard and public API simultaneously. Reuse of the models and libraries made it significantly easier to ensure consistent application logic between the API, web apps, and background workers.
|
I have 2 Rendr websites in production:
|
How fun to see these! |
@por would you be able to make a quick blurb about it similar to the one above? (along these lines http://backbonejs.org/#examples-delicious). Thanks!! |
@bigethan Can you share some thoughts what should be done to get rendr + requirejs working? |
@pcompassion here is somewhat working example – https://github.com/rendrjs/rendr-examples/tree/master/05_requirejs it's a good starting point. |
Hi, I'm using rendr for our site. PolitasPolitas is a Japanese political news & discussion site. |
@pcompassion we're looking to release some internal NPM modules that we have (written by @alexindigo) that really help requireizing a rendr app and templates. We're also working on upgrading to 1.0.0 in a couple weeks - the modules might have incompatibilities as they are only tested with our 0.5 version of Rendr. |
ViaMichelinViaMichelin website provides map, address and route search. |
@bigethan - i'm going to be upgrading the examples today to use 1.0.0 - there shouldn't be any really big changes - the biggest stuff is breaking change w/ the deprecation of |
The lone issue we ran into when upgrading all the things was the latest |
I've always had issues packaging up the assets. I've only had success using rendr_stitch. Updating to 1.0.0 didn't play nicely with my rendr_stitch config, so I though I would try the move to browserify again. So far unsuccessful. :( |
@growlsworth :'( FYI: i'm planning to add an example of gulp + browserify to the rendr-examples (i'm working on updating all the examples to use 1.0.0 as well) |
That would be awesome! I have 4 things which make my life awesome, but asset compilation challenging:
|
We are now starting a new application using rednrjs, it will be the management and B2B frontend for https://clubjudge.com And soon until the end of the year we hope to redesign our frontend using rendrjs also, I did a small proof of concept and since we already use backbone and handlebars the migration is less painfull, the poc give us really good indications about page speed. |
we just built a new site that uses rendr. the site is http://autoinsurancey.com and it gives estimated rates for all the major auto insurance carriers, with as little input as just a zip code or age. as the user enters is more info about themselves or their vehicle, the estimated rate is refined in real-time. |
I use Rendr for this simple image to base64 converter http://imagetobase64.com/ That´s my first Rendr app, I have two more in the pipe 👍 |
We're using Rendr for http://motto.time.com/. Great library :) |
:D Awesome thanks for all the links, all of your projects look great!! I'm going to update the docs in the next few days to include screen caps of your home pages and links to the apps themselves so people can see all the cool apps built on rendr! |
Hey - if you're using rendr in a production environment let me know! I'm working on documentation and would love to be able to link to some example sites!
i know @bigethan and truilia are... anyone else that wants to get a shout-out on rendr docs?
The text was updated successfully, but these errors were encountered: