[ad_1]
I have a client who wants their future projects to be build in genesis framework. Do I recommend them using Bricks or Oxygen Builder instead? They also want me to learn rest api and vue js. Are those worth it? Im also an expert in Divi, Elementor and getting advance in Oxygen Builder.
[ad_2]
How good is your PHP and JavaScript?
You’ve named a lot of pagebuilder type things here. Genesis is more of a Framework of a theme. You would create a child-theme (which inherits everything from the parent theme), and then create your own files in that child-theme to over-write things from the parent. So there’s a lot more coding, rather than page-building.
If your experience is solely with pagebuilders, this may not be for you. You’ll need decent PHP skills, and you’ll have to learn a lot. I’d recommend starting with: [https://developer.wordpress.org/themes/getting-started/])
That’ll help you learn about how the various files in the theme work, how child-themes work, and it’ll give you an idea of what you’ll need to learn for this project.
Genesis makes heavy use of Hooks and Filters, which lets you do a lot to customise your site, but it’s another layer of things to learn.