From Idea to Production: React Development with a Visual Twist

Rate this content
Bookmark

Join us for a 3-hour workshop that dives into the world of creative React development using Codux. Participants will explore how a visually-driven approach can unlock creativity, streamline workflows, and enhance their development velocity. Dive into the features that make Codux a game-changer for React developers. The session will include hands-on exercises that demonstrate the power of real-time rendering, visual code manipulation, and component isolation all in your source code.


Table of the contents: 

- Download & Setup: Getting Codux Ready for the Workshop

- Project Picker: Cloning and Installing a Demo Project

- Introduction to Codux Core Concepts and Its UI

- Exercise 1: Finding our Feet

- Break

- Exercise 2: Making Changes While Staying Effective

- Exercise 3: Reusability and Edge Case Validation

- Summary, Wrap-Up, and Q&A

This workshop has been presented at React Summit 2023, check out the latest edition of this React Conference.

FAQ

Codex is a visual IDE for React that allows you to write and manage code while providing a visual approach to frontend development. It supports React components written in TypeScript and various styling solutions like CSS, Sass, Stylable, and Tailwind.

Omer, who has been with Wix for over four years, leads the Codex product team, which is part of the Core 3 team at Wix.

The Core 3 team at Wix develops two main products: Stylable, an open-source CSS preprocessor, and Codex, a visual IDE for React.

The purpose of Codex is to streamline the frontend development process by integrating code writing and visual design. It aims to simplify collaboration among developers, designers, and product managers by providing a unified environment.

Codex supports various styling solutions including CSS, CSS modules, Sass, Sass modules, Stylable, and Tailwind. It allows you to directly edit styles in a visual environment while keeping the code clean and manageable.

Yes, Codex can be integrated with existing projects. You can open local projects from your machine, clone projects from Git, or start new projects using Codex templates.

To run Codex, you need to have Git and Node.js installed on your system. Codex is available for different operating systems and requires a Wix account for login.

Codex helps ensure code safety and maintainability by allowing you to visually edit components while reflecting changes in real-time code. It also provides tools for checking styles, managing Git, and creating documentation to facilitate collaboration.

Stylable is an open-source CSS preprocessor developed by the Core 3 team at Wix. It is one of the styling solutions supported by Codex, allowing developers to use advanced CSS features in their projects.

To get started with Codex, visit codex.com, download the application for your operating system, install it, and log in using your Wix account. Make sure you have Git and Node.js installed on your system.

Omer Kenet
Omer Kenet
31 min
29 May, 2023

Comments

Sign in or register to post your comment.

Video Summary and Transcription

Wix has a cool team working on developer toolings, with main products being Stylable and CodeX. CodeX is a visual IDE for React that helps with code understanding, changing, and validation. It supports CSS, CSS modules, Sass, Sass models, and Styleable for styling. Codex allows for easy navigation, editing, and rendering of components, and can connect to external data sources. It can be installed by downloading from codex.com and requires a Wix account.

1. Introduction to CodeX and Wix

Short description:

Hi everyone! I'm Omer, the product lead for Codex. We have a cool team at Wix working on developer toolings. Our main products are Stylable and CodeX. Wix, founded in 2006, is an industry leader in web creation and business management. Today, we'll introduce CodeX, guide you through installation and usage, and value your feedback.

So, hi everyone. Super nice to be here. Starting with a quick introduction. I'm Omer, I lead the product of Codex from core three team. We're a cool team in Wix. I'll tell you a bit about in a second. Joined Wix over four years ago. Been working on Codex product more or less the whole time. Previously cofounded Rapid UI, which is a product that was in the very similar areas of Codex of front end tooling, working visually with code but still writing code at the same time. You'll see it in a second. More than eight years around front end tooling and coding through visual experiences.

Here with me today are some of our awesome team members of Core 3 to help around during the hands‑on session. Our company is working mainly ‑‑ our team is working mainly on developer toolings, tools for developing teams. We're a very technical team in Wix. And so does our products. We have two main products. One of them is Stylable. It's an open source CSS preprocessor. We're going to tell you a bit about it today. And CodeX, which is what we're here to talk about. You can see that we have someone joining us.

A bit about Wix. For those who don't know, Wix was founded in 2006 to make it possible for everyone to succeed online. Started with like just create a visual presence and later on added many ways to manage business and create whatever you need basically to have an online presence. Industry leaders in web creation and business management. 230 million users worldwide and we're spread around 17 countries. So we'll be showing you the brand new offering of Wix for development teams.

So today's goals, we're going to introduce CodeX and our visual approach for frontend. You're going to install the product. You're going to learn how to use it and hopefully enjoy doing it. We really appreciate your feedback.

2. Introduction to CodeX and the Development Process

Short description:

We'd love to hear your thoughts and help you implement CodeX. Today, we'll introduce CodeX, do a quick demo, and answer your questions. Later, we'll have a hands-on challenge. If interested, we can share more about building CodeX and the development process. It starts with a product need, followed by design and actual implementation using IDEs.

We'd love to hear whatever you have to say. And of course, we'd be happy to help you implement CodeX for your team and your needs if you're interested in at the end.

So this is what we're going to do today. We're going to start with a quick intro about the CodeX vision and what are we doing. I'm going to do a quick demo, show you how the product works, give you an option to ask questions. We'll be here answering. And we're going to take a few minutes break, come back and start doing real hands-on challenge at the end.

If you'll be interested, we can tell you a bit more about how we build CodeX. A bit about under the hood.

So, let's understand the playing field. The development process as we know it today and I'm going to start with a bit of intro to why we're building what we're building. So, we're all here working on front-end, right? Most of us are creating visual outputs for whatever we need to do. And usually we need to collaborate. We're working with multiple personas to deliver at the end of the day, something visual for our users.

So, it usually starts with a product need. Right? Something that we need to build. A business need or a product request. Something that we know that we need to build. Usually starts with the product manager or the product persona in the team that is in charge of like kind of figuring out that we need to build this thing.

Later on in the process, once we figure out what we need to build, usually we start playing around with how do we want it to behave, how do we want it to look like. This is where the design comes in. Right? We have the product requests and later on comes the design, kind of trying to figure it out hopefully or ideally together. Cracking it out. Usually in separated environments they have separated kind of concerns during their work. And this is the point in time where the design tool comes in.

And, of course, what we all know and love, step number three, we have to actually make the thing. So we have the product need and we kind of figure it out together, we start designing it, we crack the concept. But at the end of the day we need to actually make it work. We need it to run in real environments, write real code. So that's usually environment number three, our IDEs where we manage our code.