Tag: cookies

  • How to convert an Expressjs partial to a React component

    Recently I decided to convert some of the partials in my small express app into React components. The partials have worked just fine up to now- my immediate reason to convert them is to simply game some experience working with React. Eventually, I anticipate having the elements in a React component will enable me to…