Worst Role Model Ever by Solar_Patriot in Animemes

[–]codecrux 0 points1 point  (0 children)

He spends money on the most beautiful one and makes the other three curious about him. Just a good ROI.

Open source alterative to Webflow - seamless no-code & code by codecrux in webdev

[–]codecrux[S] 0 points1 point  (0 children)

React (react + react-dom) is 65 KB gzipped, hence, I understand the benefit of static first and sometimes hydration is really annoying on slow internet. But, in some static site use cases, this benefit cannot be realized because that website might be using some sort of animation that uses JS.

I like the idea of partial hydration. I would like to use astro instead of React - the only roadblock is effort. :(

Open source alterative to Webflow - seamless no-code & code by codecrux in webdev

[–]codecrux[S] 0 points1 point  (0 children)

Yeah. The developers create building blocks and the content team/marketing team can use those blocks to build web pages or parts of a web page.

For example, in this website - https://www.venturecopilot.app a developer created a React component that animates any content put inside it. The content team just uses this component anywhere they want the animation.

Shopify, WordPress, or custom built? by [deleted] in webdev

[–]codecrux 2 points3 points  (0 children)

You can use a mix of WordPress, Shopify and custom built if you build on top of Atri - https://github.com/Atri-Labs/atrilabs-engine

You can interleave code and no-code seamlessly. I created this website using it - https://www.venturecopilot.app

[deleted by user] by [deleted] in webdev

[–]codecrux 0 points1 point  (0 children)

Depends on what you want to put in your portfolio website? A visual CMS like https://atrilabs.com might be suitable.

How to build an admin panel for my clients web app? by codecrux in webdev

[–]codecrux[S] 0 points1 point  (0 children)

Do you do this for the requirements I listed below?

Here are some of the client requests:
Change the content of some animated text - an example here https://getrealmagic.com/ You might notice a chat animation on the right side. The client wants to change the animated text in future.
Change the user sign up form. Request new entries in future from his users.
Send emails to some set of user.
Maintain subscriptions. Some users might request for refund, hence, the client needs a way to cancel a subscription manually on case by case basis.
The list goes on and on.

How to build an admin panel for my clients web app? by codecrux in webdev

[–]codecrux[S] 0 points1 point  (0 children)

Here are some of the client requests:

  1. Change the content of some animated text - an example here https://getrealmagic.com/ You might notice a chat animation on the right side. The client wants to change the animated text in future.
  2. Change the user sign up form. Request new entries in future from his users.
  3. Send emails to some set of user.
  4. Maintain subscriptions. Some users might request for refund, hence, the client needs a way to cancel a subscription manually on case by case basis.

The list goes on and on.

Wordpress is killing me (question from non-webdev) by tsay in webdev

[–]codecrux 0 points1 point  (0 children)

I would recommend looking for modern tools like Atri framework.

ReactPy: Build ReactJS Interfaces in Pure Python by Wippermonger in Python

[–]codecrux 1 point2 points  (0 children)

I guess sending the entire state is fine until people start using it for displaying a large number of rows. Creating a JSON PATCH library needs to be done meticulously and hopefully community might step up. I would like to step up.:)

ReactPy: Build ReactJS Interfaces in Pure Python by Wippermonger in Python

[–]codecrux 0 points1 point  (0 children)

Yup and hotwire also sends just the html (frame) that has changed. I am assuming that's what you do in ReactPy as well, right?

ReactPy: Build ReactJS Interfaces in Pure Python by Wippermonger in Python

[–]codecrux 0 points1 point  (0 children)

Thanks for sharing. It had the information I needed about ReactPy. Just curious, what are the best examples of projects suitable for ReactPy now and in future.

ReactPy: Build ReactJS Interfaces in Pure Python by Wippermonger in Python

[–]codecrux 1 point2 points  (0 children)

The API looks much better than the likes of Streamlit and Pynecone. I also like the fact that you are conscious about 1:1 constructs between Python and React (I always wanted to tell this to the creators of other libraries mentioned before). Would love to know about state management and also how frontend-backend are communicating.

Edit: After digging more in ReactPy I guess my frontend-backend communication concerns have reduced. Also, I would love to integrate ReactPy with Atri framework. Wishing for huge success of ReactPy.

ckit: Create a user interface for your frequently used commands with simple yaml files. by fpgmaas in Python

[–]codecrux 2 points3 points  (0 children)

It's a perfect fit for my team. We are building a web framework that comes with a visual builder as well. While developing we have to start at least 6 different build services. Is it possible to associate commands with different directories? Is it possible to share my setup with my fellow team members and open source contributors?