Show HN: Instagram like stories in React - react-insta-stories
github.comThis 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
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.