Live data from Hacker News

Show HN: Instagram like stories in React - react-insta-stories

github.com

1–5 of 5 posts

Re: Show HN: Instagram like stories in React - react-insta-stories

#2
This is an open source npm package I built for creating Instagram/Snapchat like stories in web using React. Just today I released a major update to it and I had never posted about the v1 here, so have a look! Also building a React Native version as many are requesting for it.

Re: Show HN: Instagram like stories in React - react-insta-stories

#3
post #2

This is an open source npm package I built for creating Instagram/Snapchat like stories in web using React. Just today I released a major update to it and I had never posted about the v1 here, so have a look! Also building a React Native version as many are requesting for it.

Will be waiting for React Native version

Re: Show HN: Instagram like stories in React - react-insta-stories

#5

const something = function () {}; That is unlike any javascript function declaration I have ever seen. Why not just use the declaration syntax or the assignment/arrow syntax? It’s just a keyword and an operator that take up space.

Perfectly makes sense, thanks! I must have missed it as it was earlier export default function, will update this.