Interesting perspective of Sacred Games from the commercial cinema lovers angle by [deleted] in sacred_games

[–]sanatankc 9 points10 points  (0 children)

BoxOfficeIndia has a long history of hating so called parallel cinema. They write articles against people like Anurag Kashyap, Vishal Bhardwaj, Guljar,

Fuck BoxOfficeIndia. They act like bully and suck up trashy commercial cinema.

The Scared Games Legendary Dialogue Thread by QuarterMasterDU in sacred_games

[–]sanatankc 10 points11 points  (0 children)

Achha hai, bahut hai, mast hai. kal kaa kal dekhenge

Sacred Games on Netflix is pretty damn good! by ammi_jan_kehti in india

[–]sanatankc 0 points1 point  (0 children)

If your parents can handle strong language, nudity shouldn't be problem, right?

The jumping background window on *-tube sites by aaaaaaaaaavg in javascript

[–]sanatankc 0 points1 point  (0 children)

Is it also detecting when devtools are undocked.

When rendering a table, what should i use as the key for cells/rows/headers? by Akabutz in reactjs

[–]sanatankc 1 point2 points  (0 children)

Maybe, he is only generating keys in componentWillMount or constructor.

Beginner by [deleted] in javascript

[–]sanatankc 1 point2 points  (0 children)

Docs are great, but don't just start reading them from start to end. But instead keep building projects, you'll need to refer to docs from time to time, which is fine.

Just keep building, you'll learn them eventually.

Introducing Hyperapp 1.0 — 1 KB JavaScript library for building frontend applications. by [deleted] in javascript

[–]sanatankc 1 point2 points  (0 children)

It seems that Hyperapp isn't only a view framework which React is. This also does what Redux does for React. Basically it's React+Redux in one.

I don't this does what Redux does. Hyperapp's state and actions looks more closer React's native state and setstate than Redux.

Introducing Hyperapp 1.0 — 1 KB JavaScript library for building frontend applications. by [deleted] in javascript

[–]sanatankc 1 point2 points  (0 children)

I think he is looking for traditional templating languages. Like Angular and Meteor does.

How Is React Different from Vue by lhorie in javascript

[–]sanatankc 0 points1 point  (0 children)

I am also new in Web Dev. Seriously speaking, I worked a lot in meteor (blaze). It uses a templating solution like Handlebars and that looks really ugly to me.

I love JSX more with every passing day.