
My personal website. Built with: Gatsby, React, Redux, Styled Components, Netlify ...
Greg Lobinski's website showcases a clean and modern design, expertly utilizing the powerful combination of Gatsby and React for seamless performance. The choice of technologies allows for rapid loading times and an engaging user experience. As the first production use of this tandem, it's clear that the site successfully demonstrates the versatility and capabilities of both frameworks in creating responsive and dynamic web applications.
gatsby-plugin-react-helmet for effective management of document head and improved search engine visibility.gatsby-plugin-nprogress for a smooth user experience with visual feedback during loading phases.typefaces, contributing to a unique and stylish typography.react-icons for scalable and customizable iconography throughout the site.
GatsbyJS is a free and open-source static site generator based on React. It uses a modern development stack including Webpack, GraphQL, and modern JavaScript and CSS frameworks. It also provides a rich set of plugins, starters, and themes.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.