Skip to content

Commit

Permalink
init: react-webflow blog
Browse files Browse the repository at this point in the history
  • Loading branch information
Chakravarthy7102 committed Sep 8, 2023
1 parent a0abac9 commit caebb0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Speed up your web development time by integrating Webflow into a React application
date: "2020-12-10"
description: "Writing JSX to build pixel perfect UI elements can be very time consuming and frustrating. Learn how react engineers can inject complex elements / React components into a Webflow generated HTML page."
cover: "speed-up-your-web-development-time-by-integrating-webflow-into-a-react-application.png"
category: "programming"
author: "Rishabh Poddar"
---
12 changes: 0 additions & 12 deletions src/blog-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,6 @@ module.exports = [
cover: "implementing-a-forgot-password-flow.png"
},
},
{
fields: {
slug: "/speed-up-your-web-development-time-by-integrating-webflow-into-a-react-application",
},
frontmatter: {
title: "Speed up your web development time by integrating Webflow into a React application",
description: "Writing JSX to build pixel perfect UI elements can be very time consuming and frustrating. Learn how react engineers can inject complex elements / React components into a Webflow generated HTML page.",
category: "programming",
date: "December 10, 2020",
cover: "speed-up-your-web-development-time-by-integrating-webflow-into-a-react-application.png"
}
},
{
fields: {
url: "https://www.youtube.com/watch?v=6Vzit514kZY&list=PLE5w09cAseKTIFCImkqFbSeYMHPzW7M_f&index=17",
Expand Down

0 comments on commit caebb0e

Please sign in to comment.