Build a React-based Theme for WordPress with Frontity

Build a React-based Theme for WordPress with Frontity

Frontity

4 года назад

18,377 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Vlaicu Bogdan
Vlaicu Bogdan - 04.04.2023 02:31

you didn't take your pills bro 😂😂😂

Ответить
Viktor Sokoliuk
Viktor Sokoliuk - 05.01.2023 12:38

I try to taste the Frontity with WordPress + React development. But I have the issue my local server does not work after command: npx frontity dev

Ответить
Kalpesh Gabu
Kalpesh Gabu - 10.11.2022 15:39

Sir, please make a full project with frontity and WordPress

Ответить
Eugene Koshelev
Eugene Koshelev - 08.04.2022 10:07

Wow! That was great. Thanks.

Ответить
sjn thp
sjn thp - 01.03.2022 09:19

Why there is build error in frontity default chakra theme?? it says
Building es5 bundle
performance.
Entrypoints:
chakra-react (786 KiB)
chakra-react.es5.50de928540682a0af286.js


Building module bundle

asset size limit: The following asset(s) exceed the recommended size limit (488 KiB).
This can impact web performance.
Assets:
chakra-react.module.1f1c38fde3f2b23021e5.js (667 KiB)

entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (488 KiB). This can impact web performance.
Entrypoints:
chakra-react (667 KiB)
chakra-react.module.1f1c38fde3f2b23021e5.js


Building server bundle

Ответить
HTMLFiveDev
HTMLFiveDev - 21.01.2022 07:01

wish your fonts were larger ... current ones are hardly readable ...

Ответить
morisfa learn
morisfa learn - 07.01.2022 22:53

there is a important question :

Frontity is a frameWork to react for use wp json api , not a frameWork to wp for use react together with wp

so its easily to our to Using pure React/next and fetch data with wp json api

why we use frontity , frontity doing same work , is not a faster or best performancing way or....

Ответить
Naeem Sulehri
Naeem Sulehri - 09.09.2021 13:47

Great tutorial but it would be so good if you will make a video where you integrate wordpress with react for dynamic data handling

Ответить
Deb Kumar
Deb Kumar - 11.08.2021 23:07

The video could have been some more quick details. The site we are retrieving data from the WordPress site is not shown once.

Ответить
Anirudha Chakrabarty
Anirudha Chakrabarty - 23.04.2021 20:14

I am following your channel from India.. I am getting more interested as much i am getting with it..

Ответить
uenmedia
uenmedia - 07.04.2021 15:29

You called this zero configuration? You can with nextjs, gatsbyjs, sapper etc. faster success... Plus where is the dynamic menu from WP? Whats extra on this, I really didn't get it..

Ответить
Raj Chudasama
Raj Chudasama - 01.02.2021 05:36

can we use graphQl instead of REST API?

Ответить
Al
Al - 31.01.2021 01:42

I cant believe this framework is not more popular!! I watched this whole thing. Please do a woocomerce that will take this to the next level

Ответить
Vuk Milicevic
Vuk Milicevic - 12.12.2020 02:08

Very cool!

Ответить
Igor Cojocaru
Igor Cojocaru - 11.12.2020 02:20

Thank you.
just wanted to share a snippet that I made for component creation. In VS code => File => Preferences => User snippets => Javascript
and paste this code

{
"Frontity react component with connect": {
"prefix": "frc",
"body": [
"import React from 'react';",
"import { connect } from 'frontity';",
"",
"const $1$TM_FILENAME_BASE = connect(({state}) => {",
" return <div>$0</div>;",
"});",
"",
"export { $1$TM_FILENAME_BASE };"
],
"description": "Frontity component with connect"
}
}


after that just type frc + tab

Ответить
Ujith Isura
Ujith Isura - 23.10.2020 17:03

can we use material ui or a different react theme with frontity

Ответить
Tom Thorley
Tom Thorley - 04.10.2020 14:06

Please could you make a video showing how to display Advanced Custom Fields - including sub fields (repeater fields)

Ответить
F a T J a Y
F a T J a Y - 24.08.2020 19:00

I have a simple question ... if i make a Wordpress website with Elementor and some other plugins ... would this whole Frontity thing even work ? Or do i made a theme by myself.. and then some how make it work ?

Ответить
Maximilian
Maximilian - 11.08.2020 19:24

Good content. Keep uploading. Go and search for smzeus . c o m. It will help you promote your videos!

Ответить