From caebb0ed7aff5e9cbd0e6c4c341fe778b3a2c712 Mon Sep 17 00:00:00 2001 From: Chakravarthy7102 Date: Fri, 8 Sep 2023 16:35:21 +0530 Subject: [PATCH] init: react-webflow blog --- .../index.md | 8 ++++++++ src/blog-details.js | 12 ------------ 2 files changed, 8 insertions(+), 12 deletions(-) create mode 100644 content/speed-up-your-web-development-time-by-integrating-webflow-into-a-react-application/index.md diff --git a/content/speed-up-your-web-development-time-by-integrating-webflow-into-a-react-application/index.md b/content/speed-up-your-web-development-time-by-integrating-webflow-into-a-react-application/index.md new file mode 100644 index 00000000..f46e48c2 --- /dev/null +++ b/content/speed-up-your-web-development-time-by-integrating-webflow-into-a-react-application/index.md @@ -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" +--- \ No newline at end of file diff --git a/src/blog-details.js b/src/blog-details.js index f0f420fa..6ffce88b 100644 --- a/src/blog-details.js +++ b/src/blog-details.js @@ -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",