“How to Hide Your API Keys” by Sylwia Vargas https://link.medium.com/UGvQ7jbOx4
Medium
How to Hide Your API Keys
Prevent theft by securing your API keys
“10 Useful React Components for 2020” by Eden Ella https://link.medium.com/GHyIOU2Px4
Medium
10 Useful React Components for 2020
Different React components for different occasions.
20+ Best React UI Component Libraries / Frameworks for 2020
https://www.codeinwp.com/blog/react-ui-component-libraries-frameworks/
https://www.codeinwp.com/blog/react-ui-component-libraries-frameworks/
WPShout
25+ Best React UI Component Libraries / Frameworks for 2024
A collection of popular React UI component libraries / frameworks that help you build an awesome interface for any web project or app.
Material Dashboard React: Free Material-UI Dashboard @ Creative Tim
https://www.creative-tim.com/product/material-dashboard-react?ref=mdr-fixed-plugin#
https://www.creative-tim.com/product/material-dashboard-react?ref=mdr-fixed-plugin#
Implementing animations in React with React Spring - LogRocket Blog
https://blog.logrocket.com/animations-with-react-spring/
https://blog.logrocket.com/animations-with-react-spring/
LogRocket Blog
Using React Spring for animation: Context and examples - LogRocket Blog
Looking for examples of how to implement animations without causing a major performance bottleneck? React Spring may be what you need.
react-spring-lightbox - npm
https://www.npmjs.com/package/react-spring-lightbox
https://www.npmjs.com/package/react-spring-lightbox
npm
npm: react-spring-lightbox
A flexible image gallery lightbox with native-feeling touch gestures and buttery smooth animations, built with react-spring.. Latest version: 1.8.0, last published: a year ago. Start using react-spring-lightbox in your project by running `npm i react-spring…
“Using Fontello with React” by Daniel Adepoju https://link.medium.com/gpqp1CpvE4
Medium
Using Fontello with React
How to link and use fontello icons in your react application using the fontello-cli
Introduce new users to your app with this material style carousel
https://reactjsexample.com/introduce-new-users-to-your-app-with-this-material-style-carousel/
https://reactjsexample.com/introduce-new-users-to-your-app-with-this-material-style-carousel/
React.js Examples
Introduce new users to your app with this material style carousel
Introduce new users to your app with this material style carousel.
Sticky Header with Highlighting Sections on Scroll
https://codedaily.io/tutorials/80/Sticky-Header-with-Highlighting-Sections-on-Scroll
https://codedaily.io/tutorials/80/Sticky-Header-with-Highlighting-Sections-on-Scroll
Code Daily
Sticky Header with Highlighting Sections on Scroll
We'll use `position: sticky` to lock our sticky header to the content container that it's in when the user scrolls. Using a `useEffect` hook we can monitor the scroll position and determine if the user is looking at a section of our content. If they are we…