ReactJS + Lay theme
-
hi, Armin!
I am new to lay theme, but really liking so far. At the moment i am building a huge photographer portfolio, and want to build a website not just using WP and your theme, but make it a SPA (on ReactJS) as well. I am not really sure, if it is possible with your theme. Could you tell me, if you have tried to do so? And if yes, how is it possible to do so?
Kindest,
Vasilisa -
Hey!
Thanks!Best use laygridder.com for that! I'm building a javascript app website with it right now too.
With laygridder you just have the layout gridder functionality, the rest you can code by yourself.
Just modify your rest api endpoints like for posts/pages for example:
// laygrid for post add_action( 'rest_api_init', function () { register_rest_field( array('post', 'page'), 'grid', array( 'get_callback' => function( $post_arr ){ return get_laygrid($post_arr['id'], 'post'); } ) ); });
This puts the laygridder html markup into your post's response. So you can fetch that and display it with javascript.
https://developer.wordpress.org/rest-api/extending-the-rest-api/modifying-responses/
Good luck!
-
@arminunruh said in ReactJS + Lay theme:
Awesome!
so in the WP Admin i will have the same layout possibilities, but a bit different set up?
Thank you!!
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it