Show HN: A React.js yearly calendar component
1–10 of 49 posts
Re: Show HN: A React.js yearly calendar component
#2Re: Show HN: A React.js yearly calendar component
#3That's an interesting way of showing a calendar. Is this common practice? I've never seen this before. I think the only yearly calendar I've seen more often lately is the one used on the GitHub profiles (here's a d3 one: http://bl.ocks.org/mbostock/4063318 ).
I once created a ColdFusion (anyone remember CFML?) module for rendering similar calendar layout on server side.
Re: Show HN: A React.js yearly calendar component
#4Re: Show HN: A React.js yearly calendar component
#5That's an interesting way of showing a calendar. Is this common practice? I've never seen this before. I think the only yearly calendar I've seen more often lately is the one used on the GitHub profiles (here's a d3 one: http://bl.ocks.org/mbostock/4063318 ).
Basically we needed it for a project where we had to display how an year was subdivided into 4 different periods. Here we also highlighted the working, festive and prefestive days.
I think it turned out to be an interesting layout, you can see it here: http://postimg.org/image/4yqaywm2r/.
Re: Show HN: A React.js yearly calendar component
#6That's an interesting way of showing a calendar. Is this common practice? I've never seen this before. I think the only yearly calendar I've seen more often lately is the one used on the GitHub profiles (here's a d3 one: http://bl.ocks.org/mbostock/4063318 ).
Re: Show HN: A React.js yearly calendar component
#7That's an interesting way of showing a calendar. Is this common practice? I've never seen this before. I think the only yearly calendar I've seen more often lately is the one used on the GitHub profiles (here's a d3 one: http://bl.ocks.org/mbostock/4063318 ).
I've hardcoded this kind of calendar in a lot of hotel backends (to fill availability) but I suspect they are useful for any season related form.
Re: Show HN: A React.js yearly calendar component
#8Wow, very useful. I'm going to use it for sure.